chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] (CVS commit) Version 1, Build 28


From: felix
Subject: [Chicken-users] (CVS commit) Version 1, Build 28
Date: Sat, 27 Dec 2003 17:07:56 -0500

Sat Dec 27 22:09:25 2003

- Makefile.am: runs `csi -setup' at installation time
- added new foreign type specifier `(instance CNAME SCHEMENAME)'
- easyffi.scm: C++ object pointers can now be passed/returned transparently as 
TinyCLOS instances
- csc, chicken, csi: accept `--help'
- easyffi.scm: `abstract' pseudo declaration; support for function-pointer types
- runtime.c: fixed buffer-overflow in low-level file-opening routine [Thanks to 
Michele Simionato]
- srfi-4.scm: #F wasn't properly read in case-sensitive mode
- eval.scm: `(begin)' is allowed in bodies
- scheduler.scm: uncaught exceptions in child threads trigger warning (if 
enabled)
- library.scm: `(enable-warnings [BOOL])'
- srfi-25.scm: some primitives didn't check argument types
- library.scm: `print-error-message' accepts optional third argument
- library.scm, runtime.c: added `print-backtrace'
- chicken-setup.scm: `csi -setup' lists extensions alphabetically
- bumped version to 1.28
- renamed regex2.scm to pregexp.scm
- added pcre.scm, PCRE is used now be default, when available
- pregexp.scm, pcre.scm: register extra feature identifiers
- configure.in: on Mac OS X, `-L/sw/include' is added to LIBS
- runtime.c: "_" prefix is added for OpenBSD + a.out [Thanks to "Category 5"]
- compiler: `-explicit-use' prevents tinyclos unit from being used 
automatically (in easyffi.scm)
- csi.scm: report displays regex flavor
- extras.scm: added `hash-table-size'
- easyffi.scm: `__scheme_value' was converted into wrong type specifier
- posix.scm: should now compile under IRIX [Thanks to "Fizzie"]
- easyffi.scm: function prototypes with const return types were not correctly 
parsed
- pcre.scm: non-matched capturing subpatterns were not included in the final 
match-list (as #f)
- lolevel.scm: added `object-' prefix to some procedure names




reply via email to

[Prev in Thread] Current Thread [Next in Thread]