Next | Query returned 35 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2005-10-07 20:44:21 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove now unnecessary --mandir setting (added automatically).
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505)
Log message:
Add RMD160 digests.
   2004-11-22 22:14:29 by Thomas Klausner | Files touched by this commit (1)
Log message:
USE_LANGUAGES=c c++
   2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256)
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
   2004-02-17 14:15:54 by Dan McMahill | Files touched by this commit (2)
Log message:
bl3ify, enable pkgviews, create bl3 file
   2004-02-15 23:18:26 by Stoned Elipot | Files touched by this commit (1)
Log message:
Remove info files entries from PLIST.
   2003-12-03 16:56:16 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
New in 3.0.1:
* Bug fix.

New in 3.0:
* Added option --output that allows to specify the output file name.
* Some options have been renamed:
    --hash-fn-name=NAME     -->   --hash-function-name=NAME
    --lookup-fn-name=NAME   -->   --lookup-function-name=NAME
    --compare-strlen        -->   --compare-lengths
    --global                -->   --global-table
  The older variants are still supported for backward compatibility.
* New options can now be specified inside the input file: --> see "NEWS"
* When the option -k is not given, the default key positions are now
  computed depending on the set of keywords.
* If the input file is given by name, the output file will now contain
  #line directives referring to the input file.
* Some keyword sets containing permutations, like { "xy", \ 
"yx", "xz", "zx" }
  or { "abc", "acb", "bca", "cab" }, are \ 
now handled by gperf without
  requiring the option -D.
* The generated table is usually much smaller than it was with earlier
  versions of gperf.
* Added option -m/--multiple-iterations that allows to further reduce the
  size of the generated table.
* When the search for a good hash function is not immediately successful,
  the table's size will grow as needed. Earlier versions of gperf bailed
  out with an "Internal error, duplicate hash code value".
* The options -f/--fast and -o/--occurrence-sort have no effect any more.
* Added options -P/--pic and --null-strings that optimize the generated code
  for use in shared libraries. -P/--pic does a perfect optimization but may
  require some small code changes (see the documentation for details), whereas
  --null-strings does only a half-hearted optimization but works without
  needing any change to surrounding code.
* Added option --ignore-case that produces a case independent lookup function.
* Bug fixes
   2003-11-03 18:59:28 by Gavan Fantom | Files touched by this commit (1)
Log message:
Set USE_GCC_SHLIB. Fixes linking on Solaris.
   2003-08-09 12:44:51 by Stoned Elipot | Files touched by this commit (43)
Log message:
USE_NEW_TEXINFO is unnecessary now.

Next | Query returned 35 messages, browsing 21 to 30 | Previous