[Commit] nickle/debian changelog,1.18,1.19

Keith Packard commit at keithp.com
Wed Aug 4 11:38:56 PDT 2004


Committed by: keithp

Update of /local/src/CVS/nickle/debian
In directory home.keithp.com:/tmp/cvs-serv2680/debian

Modified Files:
	changelog 
Log Message:
2004-08-04  Keith Packard  <keithp at keithp.com>

	* debian/changelog:
	Update to 2.42, noting significant changes.


Index: changelog
===================================================================
RCS file: /local/src/CVS/nickle/debian/changelog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- changelog	18 Jun 2004 00:30:33 -0000	1.18
+++ changelog	4 Aug 2004 18:38:53 -0000	1.19
@@ -1,3 +1,16 @@
+nickle (2.42-1) unstable; urgency=low
+  * unlimit stack to avoid crashes in recursive GC marking
+  * add skiplists as an example
+  * fix precedence of ** so that ++x**2 works
+  * fix crash in HashEqual
+  * fix minor newline tracking bug in lexer
+  * add do_make_uninit (Bart Massey)
+  * fix nasty allocator crash with continuations
+  * fix handling of parallel catch blocks
+  * fix tail call to longjmp
+
+ -- Keith Packard <keithp at keithp.com>  Wed,  4 Aug 2004 11:30:08 -0700
+ 
 nickle (2.41-1) unstable; urgency=low
   * Make a few grammar tweaks to improve NL handling
   * Fix crash with empty array/hash initializers




More information about the Commit mailing list