From: SourceForge.net <no...@so...> - 2005-11-09 15:50:23
|
Code Submission item #1352156, was opened at 2005-11-09 13:37 Message generated for change (Comment added) made by olecom You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Miscellaneous Group: None Status: Open Resolution: None Priority: 5 Submitted By: olecom (olecom) Assigned to: L W (warp9pnt9) Summary: compressor for GNU sed Initial Comment: I didn't find any OS GNU usable compressor, so let me propose my version of it using sed(1). Upon request I can add (and probably will, when will start to use DynAPI) adding missing semicilons. ---------------------------------------------------------------------- >Comment By: olecom (olecom) Date: 2005-11-09 16:50 Message: Logged In: YES user_id=914209 1. Public domain does not violate (L)GPL. 2. Even if (L)GPL violated, public domain just doesn't care. (Conversely doesn't applicable ;-) 3. No warranty of any kind: usability or even working, etc. 4. Finally. If it doesn't work at all, just drop it down. I don't know about docs. Maybe in future, if somebody will need them. Test/development cases are for human checking, not automatic. Usage is basic; input: file_name(s) as parameter(s) or standard input output: standard output Bugs: comments inside strings, strings are in double quotes only, spaces inside regex(7), any more are welcome. Have fun ! ---------------------------------------------------------------------- Comment By: L W (warp9pnt9) Date: 2005-11-09 15:36 Message: Logged In: YES user_id=706287 Hmm, very interesting! Have you got any doc on how to use, and test cases? I can and will take a look later this week. I know regexps a little (POSIX and Perl), and have used GNU sed. About your license, I don't know if public domain is ok for the GPL or LGPL, because public domain doesn't require modifications to be released as public domain. The API is LGPL. But as this is a tool, maybe GPL is indicated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=408691&aid=1352156&group_id=5757 |