kcar RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] kcar 0.5.0- GPL-2.0+, new mailing list, doc updates
@ 2015-01-14  8:20  5% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-01-14  8:20 UTC (permalink / raw)
  To: kcar-public

An "or later" clause has been added for GPL-2.0 users,
the Ruby 1.8 license is still an option, of course.

There's a new, open-to-all (except HTML senders :P) mailing list at:

	kcar-public@bogomips.org

Existing librelist users will need to resubscribe themselves, as there's
no way for me to do it.  Users who wish to subscribe may send a message
to:

	kcar-public+subscribe@bogomips.org

Similarly, they may unsubscribe via:

	kcar-public+unsubscribe@bogomips.org

HTTP archives are available via:

	http://bogomips.org/kcar-public/

The documentation is updated to reflect this and the website
loads faster thanks to the switch to olddoc.

shortlog:
      Rakefile: kill raa_update task
      license: upgrade from GPLv2-only to GPLv2-or-later
      switch documentation to olddoc
      change mailing list to kcar-public@bogomips.org
      response: fix mispelling of "guarantee"
      README: update support status to Ruby 1.9+
      continue generating VERSION constant
      kcar.rl: remove unused REASON length check
-- 
EW

^ permalink raw reply	[relevance 5%]

* [PATCH] kcar.rl: remove unused REASON length check
@ 2015-01-14  2:12  7% Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2015-01-14  2:12 UTC (permalink / raw)
  To: kcar-public; +Cc: Eric Wong

Apparently it's never used, but gcc never detected it.
---
 ext/kcar/kcar.rl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ext/kcar/kcar.rl b/ext/kcar/kcar.rl
index 500dc3c..1130b75 100644
--- a/ext/kcar/kcar.rl
+++ b/ext/kcar/kcar.rl
@@ -34,7 +34,6 @@ static ID id_sq, id_sq_set;
 DEF_MAX_LENGTH(FIELD_NAME, 256);
 DEF_MAX_LENGTH(FIELD_VALUE, 80 * 1024);
 DEF_MAX_LENGTH(HEADER, (1024 * (80 + 32)));
-DEF_MAX_LENGTH(REASON, 256);
 
 #define UH_FL_CHUNKED  0x1
 #define UH_FL_HASBODY  0x2
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2015-01-14  2:12  7% [PATCH] kcar.rl: remove unused REASON length check Eric Wong
2015-01-14  8:20  5% [ANN] kcar 0.5.0- GPL-2.0+, new mailing list, doc updates Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kcar.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).