index
:
Gambit
master
The master Gambit Scheme system repository
gambit@iro.umontreal.ca
summary
refs
log
tree
commit
diff
log msg
author
committer
Age
Commit message
Author
3 days
Add to GambitREPL for iOS the ability to access location update events (e.g. ...
Marc Feeley
4 days
Use -O2 flag on C compiler (historically it has always been -O1 because gcc g...
Marc Feeley
5 days
Fix iOS 5.0 issue (file descriptors for regular files can't be put in nonbloc...
Marc Feeley
7 days
Improve GambitREPL iOS example.
Marc Feeley
7 days
Improve GambitREPL for iOS example.
Marc Feeley
9 days
Add to gambc-cc script the ability to report OBJ_EXTENSION, EXE_EXTENSION, an...
Marc Feeley
11 days
Add configure script detection of "bool" type support by the C compiler.
Marc Feeley
11 days
Add missing definitions to gambit.h to support "long long" type conversions (...
Marc Feeley
11 days
Fix C++ nonconformance on Windows with MinGW by adding appropriate casts.
Marc Feeley
12 days
Add C compiler options to improve build on Windows using MinGW.
Marc Feeley
12 days
Improve robustness of shell-command on Windows.
Marc Feeley
2012-01-29
Fix configure script so that it correctly propagates the configure script opt...
Marc Feeley
2012-01-28
Add functionality to Xlib interface in Xlib-simple example.
Marc Feeley
2012-01-28
Improve robustness of Mac OS X build of prebuilt installers.
Marc Feeley
2012-01-26
Fix configure script, which improperly searched for the C compiler, causing t...
Marc Feeley
2012-01-26
Fix on Windows the open-process procedure which was not escaping the command ...
Marc Feeley
2012-01-22
Improve automatic selection of C compiler on Mac OS X and configure messages.
Marc Feeley
2012-01-18
Update time stamp for new revision.
Marc Feeley
2012-01-18
[RUNTIME CHANGES NEEDED FOR v4.6.3] Changed version of runtime using misc/cha...
Marc Feeley
2012-01-18
[COMPILER CHANGES NEEDED FOR v4.6.3] Changed version in compiler
Marc Feeley
2012-01-18
add X86 instruction encoding and assembler in preparation for X86 backend
Marc Feeley
2011-11-17
Prevent repeated inlining of primitives
Marc Feeley
2011-10-22
Make git follow iOS example help files
Marc Feeley
2011-10-22
Update .gitignored files
Marc Feeley
2011-10-20
Normalize the sign bit of +nan.0 to negative in the C code generated, regardl...
Marc Feeley
2011-10-20
Fix bug #125. (table-copy t) now correctly copies the hash function of t whe...
Marc Feeley
2011-10-20
Fix inlining of assq/assv and memq/memv so that their recursion uses proper t...
Marc Feeley
2011-10-20
Fix inlining of for-each and map so that their recursion uses proper tail cal...
Marc Feeley
2011-10-20
Change push destination to frontal07.iro.umontreal.ca
Marc Feeley
2011-10-20
Change push destination from trex.iro.umontreal.ca to frontal.iro.umontreal.ca
Marc Feeley
2011-10-19
[RUNTIME CHANGES NEEDED FOR v4.6.2] Changed version of runtime using misc/cha...
Marc Feeley
2011-10-19
[COMPILER CHANGES NEEDED FOR v4.6.2] Changed version in compiler
Marc Feeley
2011-10-18
Fix EIO != EAGAIN pipe problem on linux and give warning when using LLVM GCC ...
Marc Feeley
2011-10-17
Add missing logic for 'prebuilt' target
Marc Feeley
2011-10-17
Make configure script output a message which helps avoid LLVM GCC (useful on ...
Marc Feeley
2011-10-17
Better detect absence of socklen_t definition
Marc Feeley
2011-10-17
Use default C and C++ compiler search of autoconf
Marc Feeley
2011-10-17
Change 'prebuilt' target so that it builds remotely on VMs running with Virtu...
Marc Feeley
2011-10-17
Treat .exe and .dmg as binary
Marc Feeley
2011-10-17
Avoid label values when using LLVM
Marc Feeley
2011-09-14
Fix file descriptor leak when starting processes with open-process and relate...
Marc Feeley
2011-08-08
Implement hook to check for valid file-system accesses (this was motivated by...
Marc Feeley
2011-07-29
Try to avoid using LLVM gcc compiler which causes a crash on Mac OS X when us...
Marc Feeley
2011-07-29
Correctly cleanup on "make check" (specifically, remove tests/mem.o1.dSYM dir...
Marc Feeley
2011-07-26
Remove useless copy of .m to .c now that linking works correctly with .m inpu...
Marc Feeley
2011-07-26
Allow a wider range of C file extensions (e.g. .m, .cpp, ...) when linking (g...
Marc Feeley
2011-07-25
Modifications for Gambit REPL v2.0 for iOS
Marc Feeley
2011-05-19
Recognize wider set of C file extensions (.c .C .cc .cp .cpp .CPP .cxx .c++ ....
Marc Feeley
2011-05-19
Avoid "Target of assignment is not an lvalue" warnings in FFI generated code.
Marc Feeley
2011-05-17
Make it possible to change REPL command processor and easily add REPL commands
Marc Feeley
[next]