1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some more tests for bos/eos.
jao
as jaortega
More... about 16 years ago
Fix bug in bos/eos handling.
jao
as jaortega
More... about 16 years ago
Unit test that reveals the problem with REGEXP-SEARCH? after merging 0.6 branch.
jao
as jaortega
More... over 16 years ago
stale reference to 'cig' deleted
jao
as jaortega
More... over 16 years ago
'test' make target running all tests added
jao
as jaortega
More... over 16 years ago
r0-t-stable merged into HEAD
jao
as jaortega
More... over 16 years ago
Interix support on mainline. This file was still machine specific in the branch so I'm making the corresponding change here as well so it does not get lost in the branch integration. More... about 20 years ago
Merge revision 1.41.2.1 from r0-6-stable. More... over 20 years ago
syntax fix for gcc3 More... over 20 years ago
Don't pass -o VM to scshvm. After the unification of VM and scsh switches, the semantics has changed. More... over 20 years ago
Add a comment about setting socket descriptors to non-blocking mode. More... over 20 years ago
Get the names of MAKE-STRING-PORT-FILTER and MAKE-CHAR-PORT-FILTER right in the documentation. More... over 20 years ago
Add a counter to each process resource and use it to implement WITH-RESOURCES-ALIGNED by this partial order. More... over 20 years ago
Subject: Extend type<->sexp conversion to variable type More... over 20 years ago
Better translation for =scheme48/ More... almost 21 years ago
After fork/pipe, make the ports returned by the pipe the current-in/output-ports. This corresponds to the intended semantics of side-effecting the standard ports and tells the GC that the ports are alive. More... almost 21 years ago
The makefile used to do ("`(cd $(srcdir) && echo $(PWD))`/scheme" to determine the location of the scheme subdirectory. (Which resides in $(srcdir), but not generally in the build directory.) This is bogus, as $(PWD) is instantiated by make, not by the shell (to the build directory), and thus will generate the build dir, not $(srcdir). More... almost 21 years ago
GC_PROTECT arguments and errnos in s48_raise_os_error_X. More... almost 21 years ago
OS specific definitions for GNU Hurd by Andreas Voegele. More... almost 21 years ago
Replace static constant MAXHOSTNAMELEN by dynamic alloaction. (Patch from Andreas Voegele) More... almost 21 years ago
Use s48_enter_integer instead of s48_enter_fixnum for errno to please GNU Hurd. (Patch from Andreas Voegele) More... almost 21 years ago
Specify "%s" as format string for syslog to prevent the message from being interpreted as a format string (Patch by Peter Wang). More... almost 21 years ago
Various fixes to support $(srcdir) More... almost 21 years ago
Fixed typo. More... almost 21 years ago
- remove odbc_sql_set_env_attr() - fixed odbc_sql_set_env_attr_int() More... almost 21 years ago
+ export odbc-diag-rec selectors More... almost 21 years ago
Removed accidentally committed code. More... almost 21 years ago
Removed forgotten references to NTH. More... almost 21 years ago
Support for $(DESTDIR) by Andreas Voegele. More... almost 21 years ago
Merged arguments of VM and scsh. More... almost 21 years ago