| 9 days | Eddie Hillenbrand | Added a note to the INSTALLATION file. |
| 9 days | Eddie Hillenbrand | Dirs are created as necessary during make install. |
| 9 days | Eddie Hillenbrand | Shebang paths now use the env command. |
| 11 days | Eddie Hillenbrand | Added paths for MacPorts. |
| 5 weeks | James Dean Palmer | Merge |
| 2 months | James Dean Palmer | string-append now takes a variable number of args. More <term> object porting.. |
| 2 months | James Dean Palmer | Working on PDF support. This file is in no way complete. |
| 2 months | James Dean Palmer | repeat fix. We need to convert ints to immediates for temporary storage. |
| 2 months | James Dean Palmer | More <term> functions. string-append takes multiple arguments. Added exit function. |
| 2 months | James Dean Palmer | Add some samples. Fix sign of turn. |
| 2 months | James Dean Palmer | Added simple configure script. Updated Makefiles and INSTALLATION docs. |
| 2 months | James Dean Palmer | Better example of exports.. |
| 2 months | James Dean Palmer | Fixed cast issue with repeat. |
| 2 months | James Dean Palmer | Renamed INSTALL as INSTALLATION to keep make from thinking it was being built from a rule. |
| 2 months | James Dean Palmer | Added the linux defaults and set the src/Makefile to pull in these values. |
| 2 months | James Dean Palmer | Updated installation information. |
| 2 months | James Dean Palmer | INSTALL document now reflects Makefile usage. |
| 2 months | James Dean Palmer | Remove libtool dependency. Use ar. |
| 2 months | James Dean Palmer | General file reorganization and Makefile improvements. |
| 2 months | James Dean Palmer | Fix issue with repeat. |
| 2 months | James Dean Palmer | Turtle fixes and functions for the default turtle. |
| 2 months | James Dean Palmer | Zero memory on init. This is neccessary because GC may see trash in tmp vars, arguments or results and think they are pointers. |
| 2 months | James Dean Palmer | Size was wrong in array allocation. |
| 2 months | James Dean Palmer | Another cast fix. |
| 2 months | James Dean Palmer | Correct some casting. |
| 2 months | James Dean Palmer | Trailing characters after endif |
| 2 months | James Dean Palmer | Put headers in ginger.h instead of other header files. |
| 2 months | James Dean Palmer | Disable quartz. |
| 2 months | James Dean Palmer | Put LDFLAGS at end of compile line. |
| 2 months | James Dean Palmer | Better error when too many arguments are present in a function call. |
| 2 months | James Dean Palmer | organizational changes. |
| 2 months | James Dean Palmer | Small quoted symbol fixes. |
| 2 months | James Dean Palmer | Basic support for quoted symbols. |
| 2 months | James Dean Palmer | Support for nested includes. |
| 2 months | James Dean Palmer | Slightly better error reporting for unbound variables. |
| 2 months | Eddie Hillenbrand | Merged with upstream. |
| 2 months | Eddie Hillenbrand | Turtle graphics now switches on cartesian coordinates. Made the pen default to black. |
| 2 months | James Dean Palmer | Updated Ginger website mentioned in code. |
| 2 months | James Dean Palmer | Removed references to intent. Several functions have gin- prefixes so the functions don't class with scheme definitions. These can be removed when compiler is self hosting. |
| 2 months | James Dean Palmer | Removed lots of code that is no longer used. |
| 2 months | James Dean Palmer | getenv now defaults to "" for the ginger environmental variables. Vectors should get cleaned up by GC. tag, rep, type implemented. |
| 2 months | Eddie Hillenbrand | Mostly working turtle class. |
| 2 months | Eddie Hillenbrand | Merged. |
| 2 months | Eddie Hillenbrand | Mostly working numerical stack. |
| 2 months | Eddie Hillenbrand | Put include path search stuff back into gin.gin. |
| 2 months | Joe Flieger | Fixed an accidental removal of code in gin.gin & Tidied up some code in gin.gin and ginc.gin |
| 2 months | Eddie Hillenbrand | Auto include std.gin. |
| 2 months | James Dean Palmer | Merge. |
| 2 months | James Dean Palmer | Basic vector support.. Some issues with type remain. Not all methods fully implemented. Also needs support in GC. |
| 3 months | Eddie Hillenbrand | Made compile lines are specific to the environment. |
| 3 months | Eddie Hillenbrand | Changed GIN_NEW_INT to GIN_NEW_FIXNUM in fltk.gin |
| 3 months | Eddie Hillenbrand | Merged. |
| 3 months | Eddie Hillenbrand | Added include search. |
| 3 months | Eddie Hillenbrand | Added getenv and file-exists? to gin.gin. Updated gin.scm. |
| 3 months | Eddie Hillenbrand | Change FLOAT to FLONUM in display function. |
| 3 months | Eddie Hillenbrand | Merged |
| 3 months | Eddie Hillenbrand | More work on merge. |
| 3 months | Eddie Hillenbrand | Trying to get the merge working. |
| 3 months | Eddie Hillenbrand | Added basic bindings for Cairo. |