| Commit message (Expand) | Author | Age | Files | Lines |
* | xyzzy-search-load-path -> %xyzzy-search-load-path | Eric Blossom | 2010-12-03 | 1 | -2/+2 |
* | Make xyzzy_open_file work. (And a bit of renaming.) | Eric Blossom | 2010-12-03 | 1 | -14/+10 |
* | Modify scm_xyzzy_init so that it looks up the system values of variables. | Eric Blossom | 2010-12-03 | 1 | -24/+9 |
* | Update copyright dates | Eric Blossom | 2010-12-02 | 1 | -2/+2 |
* | get the current value of %load-path | Rob Savoye | 2010-11-29 | 1 | -2/+2 |
* | be less verbose | Rob Savoye | 2010-11-29 | 1 | -5/+6 |
* | add xyzzy-primitive-load and xyzzy-primitive-load-path along with a minimal t... | Rob Savoye | 2010-11-29 | 1 | -7/+65 |
* | add xyzzy-primitive-load and minimal test case | Rob Savoye | 2010-11-29 | 1 | -2/+98 |
* | be less verbose | Rob Savoye | 2010-11-29 | 1 | -1/+1 |
* | drop the rest of the crufty old ports code, string ports are great! | Rob Savoye | 2010-11-29 | 1 | -2/+0 |
* | use a string port for the file contents. | Rob Savoye | 2010-11-29 | 1 | -15/+3 |
* | move make port between files to reduce messy extern prototypes | Rob Savoye | 2010-11-29 | 1 | -1/+24 |
* | drop ifdef around exists test | Rob Savoye | 2010-11-28 | 1 | -21/+1 |
* | ifdef file conflict | Rob Savoye | 2010-11-28 | 1 | -1/+13 |
|\ |
|
| * | fix for xyzzy-search-path | Eric Blossom | 2010-11-28 | 1 | -15/+9 |
* | | return the right path | Rob Savoye | 2010-11-28 | 1 | -10/+11 |
|/ |
|
* | add an init function to initialize the scm_xyzzy_* fucntions | Rob Savoye | 2010-11-28 | 1 | -0/+7 |
* | reduce to the minimum required for one function | Rob Savoye | 2010-11-28 | 1 | -314/+16 |
* | be less verbose | Rob Savoye | 2010-11-28 | 1 | -8/+6 |
* | fix renaming. Overload program-lpoad, succeed till we get a scm_shell() :-) | Rob Savoye | 2010-11-28 | 1 | -21/+17 |
* | rename the other search functions | Rob Savoye | 2010-11-28 | 1 | -29/+26 |
* | Prepend the magic number for found paths. Override primitive-load. | Rob Savoye | 2010-11-27 | 1 | -19/+18 |
* | override primitive-load | Rob Savoye | 2010-11-27 | 1 | -12/+28 |
* | move the contents of load.x into the source file. | Rob Savoye | 2010-11-27 | 1 | -1/+20 |
* | be less verbose | Rob Savoye | 2010-11-27 | 1 | -9/+0 |
* | rename some methods for xyzzy | Rob Savoye | 2010-11-27 | 1 | -11/+43 |
* | add additional headers needed to compile this file outside of guile | Rob Savoye | 2010-11-27 | 1 | -19/+28 |
* | local copy of load.c from guile | Rob Savoye | 2010-11-27 | 1 | -0/+532 |