summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* 2001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-0411-41/+207
* *** empty log message ***Marius Vollmer2001-11-031-0/+5
* (scm_m_begin): Allow `(begin)`, with no subforms.Marius Vollmer2001-11-031-1/+4
* * print.c (scm_iprin1): Mark print state as revealed whenMikael Djurfeldt2001-11-022-0/+4
* * unif.c (scm_ra2contig): Fixed memory overwrite bug.Mikael Djurfeldt2001-11-022-1/+5
* *** empty log message ***Marius Vollmer2001-11-021-0/+76
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-0283-1773/+1798
* * win32-uname.c: Include "win32-uname.h", not "uname.h".Marius Vollmer2001-11-021-1/+1
* * win32-dirent.c: Include "win32-dirent.h", not "dirent.h".Marius Vollmer2001-11-021-1/+1
* On M$-Windows `tzname[]' is known to be `_tzname[]'.Marius Vollmer2001-11-021-0/+3
* Made `usleep()' avalable on MinGW.Marius Vollmer2001-11-021-2/+3
* Remove unnecessary dirent includes and defines. IncludeMarius Vollmer2001-11-021-19/+10
* Disable extern declaration of `h_errno' for __CYGWIN__,Marius Vollmer2001-11-021-2/+2
* Include `process.h' is possible.Marius Vollmer2001-11-021-0/+3
* Make sure to define __SCM_IMPORT__ for shared libraryMarius Vollmer2001-11-021-1/+4
* * fports.c: Include `io.h' is possible. Put `*fp' into referringMarius Vollmer2001-11-022-0/+7
* * __scm.h, alist.h, arbiters.h, async.h, backtrace.h, boolean.h,Marius Vollmer2001-11-021-12/+12
* `__libc_ia64_register_backing_store_base'Marius Vollmer2001-11-021-1/+1
* Include `io.h' is possible. Put `*fp' into referringMarius Vollmer2001-11-021-4/+8
* Include `direct.h' if possible. Use localMarius Vollmer2001-11-021-4/+55
* * __scm.h, alist.h, arbiters.h, async.h, backtrace.h, boolean.h,Marius Vollmer2001-11-022-7/+10
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-025-48/+48
* * __scm.h: Defined SCM_API. This macro gets prepended to allMarius Vollmer2001-11-021-6/+20
* Add win32-uname.c, win32-uname.h, win32-dirent.cMarius Vollmer2001-11-021-5/+5
* New files with implementations of dirent and uname for Win32.Marius Vollmer2001-11-014-0/+480
* * unif.c (scm_uniform_array_read_x, scm_uniform_array_write):Mikael Djurfeldt2001-10-282-5/+14
* * eval.c (scm_lookupcar, scm_m_letstar, scm_m_do, iqq,Dirk Herrmann2001-10-182-237/+328
* * version.c (scm_version): use sprintf instead of snprintf,Gary Houston2001-10-142-2/+11
* * read.c (scm_lreadr): When user-defined hash procedure returnsMikael Djurfeldt2001-10-142-1/+9
* *** empty log message ***Marius Vollmer2001-10-131-0/+22
* (EXTRA_libguile_la_SOURCES): Added "mkstemp.c".Marius Vollmer2001-10-131-1/+1
* (display_backtrace_file_and_line): Only use scm_basename when POSIXMarius Vollmer2001-10-131-0/+4
* (scm_m_atbind): First try to find the variable without defining itMarius Vollmer2001-10-131-3/+7
* (module_variable): Pass over variables that exist but are unbound.Marius Vollmer2001-10-131-3/+8
* Set NO_PREPRO_MAGIC when defining our version of PTRDIFF_MIN. ThanksMarius Vollmer2001-10-131-0/+3
* * numbers.c (mem2uinteger): Return number read so far when comingDirk Herrmann2001-10-132-7/+17
* * debug.c (scm_mem_to_proc): Fixed typo in previous change.Mikael Djurfeldt2001-10-121-1/+1
* * validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.Mikael Djurfeldt2001-10-122-0/+19
* * print.c (scm_print_state_vtable, print_state_pool):Dirk Herrmann2001-10-112-29/+54
* * debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>.Dirk Herrmann2001-10-112-8/+23
* * numbers.c (mem2decimal_from_point): Cleaned up the parsing aDirk Herrmann2001-10-092-15/+16
* * gc.c: support ia64 register backing store.Rob Browning2001-10-091-0/+20
* * continuations.h: support ia64 register backing store.Rob Browning2001-10-091-0/+9
* * continuations.c: support ia64 register backing store.Rob Browning2001-10-091-1/+54
* *** empty log message ***Rob Browning2001-10-091-0/+14
* * hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fnDirk Herrmann2001-10-083-11/+21
* Correct cut and paste error: use SCM_POSFIXABLE for unsigned types.Marius Vollmer2001-10-061-1/+1
* Corrected definition of SCM_MOST_POSITIVE_FIXNUM. Boy was I confused.Marius Vollmer2001-10-061-2/+7
* *** empty log message ***Marius Vollmer2001-10-061-0/+16
* (INTEGRAL2NUM): Let the preprocessor testMarius Vollmer2001-10-061-7/+35