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

History of commit frequency

CVS Commit History:


   2007-05-27 11:55:54 by Amitai Schlair | Files touched by this commit (3)
Log message:
Rename "makefile" to "makefile.orig" to avoid case-insensitive
filename clash with "Makefile".
   2007-05-08 00:39:07 by Roland Illig | Files touched by this commit (1)
Log message:
Always create the file a.out, even on Cygwin, where the default is a.exe.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2006-07-14 18:24:29 by Johnny C. Lam | Files touched by this commit (4)
Log message:
Mark these packages as NO_MTREE as they are bootstrap packages and don't
need mtree to pre-generate any directories for them.
   2006-07-14 16:23:06 by Johnny C. Lam | Files touched by this commit (24)
Log message:
Prepare nawk for use as a bootstrap tool by including the sources
directly in pkgsrc/lang/nawk/files and adjusting the package Makefile
accordingly.  The README.pkgsrc file includes notes on how the source
files were (minimally) adjusted.
   2006-05-06 05:09:03 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
PKGMANDIR instead of man.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-05-22 21:11:15 by Johnny C. Lam | Files touched by this commit (8)
Log message:
Remove the old tools framework and references to _USE_NEW_TOOLS.
   2005-05-19 21:45:45 by Dieter Baron | Files touched by this commit (1)
Log message:
reorder lines to please pkglint
   2005-05-18 07:22:43 by Johnny C. Lam | Files touched by this commit (3)
Log message:
Update lang/nawk to 20050425.  Pkgsrc changes include:

	Grab distfile from ${MASTER_SITE_LOCAL} where it's in a
	${PKGNAME}-specific directory since the distfile has no version
	number.

	Use the .shar instead of .tar.gz distfile to remove the need
	for dependencies to build this package.

Changes from nawk-20040207 include:

Apr 24, 2005:
	modified lib.c so that values of $0 et al are preserved in the END
	block, apparently as required by posix.  thanks to havard eidnes
	for the report and code.

Jan 14, 2005:
	fixed infinite loop in parsing, originally found by brian tsang.
	thanks to arnold robbins for a suggestion that started me
	rethinking it.

Dec 31, 2004:
	prevent overflow of -f array in main, head off potential error in
	call of SYNTAX(), test malloc return in lib.c, all with thanks to
	todd miller.

Dec 22, 2004:
	cranked up size of NCHARS; coverity thinks it can be overrun with
	smaller size, and i think that's right.  added some assertions to b.c
	to catch places where it might overrun.  the RE code is still fragile.

Dec 5, 2004:
	fixed a couple of overflow problems with ridiculous field numbers:
	e.g., print $(2^32-1).  thanks to ruslan ermilov, giorgos keramidas
	and david o'brien at freebsd.org for patches.  this really should
	be re-done from scratch.

Nov 21, 2004:
	fixed another 25-year-old RE bug, in split.  it's another failure
	to (re-)initialize.  thanks to steve fisher for spotting this and
	providing a good test case.

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