2011-05-02 13:35:19 by OBATA Akio | Files touched by this commit (1) |
Log message:
reorder entries with standard format.
|
2011-04-16 18:10:59 by Aleksej Saushev | Files touched by this commit (3) |
Log message:
Update TinyScheme to version 1.40.
Changes are unknown (ChangeLog doesn't say anything since version 1.38).
|
2010-08-12 12:22:41 by Aleksej Saushev | Files touched by this commit (4) |
Log message:
Update to TinyScheme 1.39
Changes:
Version 1.39
Drew Yao fixed buffer overflow problems in mk_sharp_const.
Version 1.38
Interim release until the rewrite, mostly incorporating modifications from
Kevin Cozens. Small addition for Cygwin in the makefile, and modifications
by Andrew Guenther for Apple platforms.
Version 1.37
Joe Buehler submitted reserve_cells.
Version 1.36
Joe Buehler fixed a patch in the allocator.
Alexander Shendi moved the comment handling in the scanner, which
fixed an obscure bug for which Mike E had provided a patch as well.
Kevin Cozens has submitted some fixes and modifications which have not
been incorporated yet in their entirety.
|
2009-11-26 01:48:58 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Just use our CC, don't override it. Helps libtool-2.2.
|
2009-07-07 22:35:53 by Alistair G. Crooks | Files touched by this commit (3) |
Log message:
Update for ${DESTDIR} support, and add an explicit license statement to the
Makefile
|
2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Remove @dirrm entries from PLISTs
|
2007-03-24 20:21:34 by Joerg Sonnenberger | Files touched by this commit (124) |
Log message:
Prepare for switching to NO_MTREE=yes.
|
2006-09-09 04:43:12 by OBATA Akio | Files touched by this commit (39) |
Log message:
Rename variable MAKEFILE to MAKE_FILE.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to \
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
2005-03-24 17:30:45 by Alistair G. Crooks | Files touched by this commit (4) |
Log message:
Update tinyscheme from version 1.33 to 1.35, to pick up bugfixes:
Version 1.35
Todd Showalter discovered that the number of free cells reported
after GC was incorrect, which could also cause unnecessary allocations.
Version 1.34
Long missing version. Lots of bugfixes have accumulated in my email, so
I had to start using them. In this version, Keenan Pepper has submitted
a bugfix for the string comparison library procedure, Wouter Boeke
modified some code that was casting to the wrong type and crashed on
some machines, "SheppardCo" submitted a replacement \
"modulo" code and
Scott Fenton submitted lots of corrections that shut up some compiler
warnings. Brian Maher submitted instructions on how to build on OS-X.
I have to dig deeper into my mailbox and find earlier emails, too.
Additional pkgsrc fix: use BSD_INSTALL_LIB to install libraries.
|