Next | Query returned 5 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2014-12-15 10:49:33 by Makoto Fujiwara | Files touched by this commit (4)
Log message:
Update 0.94 to 0.98

   2014-12-05 09:15:12 by OBATA Akio | Files touched by this commit (3)
Log message:
No need to use such tricky way for download.
   2014-12-04 16:09:57 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Note that weired 'DISTNAME= download'.
   2014-12-04 15:51:35 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
patch-ad of previous commit has $Id string, and it was modified by cvs. Remove that
chunk from patch.
  -@@ -173,8 +173,6 @@ jartool.c - main functions for fastjar u
  - static char version_string[] = VERSION;
  - static char rcsid[] = "$Id: patch-ad,v 1.1 2014/11/20 05:36:33 makoto \ 
Exp $";
  - 
  --extern int errno;
  --
  - void usage(char*);
   2014-11-20 06:36:32 by Makoto Fujiwara | Files touched by this commit (8)
Log message:
Import fastjar-0.94 as wip/fastjar.

Fastjar is a version of Sun's 'jar' utility, written entirely in C,
and therefore quite a bit faster.  Fastjar can be up to 100x faster
than the stock 'jar' program running without a JIT.  Currently,
the author is working on adding all the features present in the sun
utility.  At the moment, implemented features are:

	* Archive creation
	* Verbose/quiet output
	* stdout vs. file output
	* Manifest file support
	* Deflation or storage
	* Changing to a dir and adding files (-C)
	* Archive content listing (-t)
	* Archive extraction (-x)


Next | Query returned 5 messages, browsing 1 to 10 | previous