summaryrefslogtreecommitdiff
path: root/libguile/ramap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-9/+10
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * ramap.c (racp): Removed optimization which caused array copyingMikael Djurfeldt2001-03-081-49/+57
* * Eliminate another couple of calls to scm_wta.Dirk Herrmann2001-03-041-2/+2
* * Eliminate some calls to scm_wta.Dirk Herrmann2001-03-041-1/+1
* * Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann2000-12-081-1/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Replace some SCM_LENGTH macros.Dirk Herrmann2000-10-111-33/+45
* * Eliminated all remaining calls to SCM_CHARS.Dirk Herrmann2000-09-261-9/+22
* * Docstring fixes.Neil Jerram2000-09-021-0/+2
* * ramap.c (s_scm_array_fill_x): Cast `ve' properly in caseMikael Djurfeldt2000-06-121-1/+1
* * ramap.c (serial-array-copy!, serial-array-map!): RemovedMikael Djurfeldt2000-06-121-16/+0
* * Removed SCM_TRUE_P since it may get confused with !SCM_FALSEP.Dirk Herrmann2000-06-051-2/+2
* * Unified some rest argument checking and handling.Dirk Herrmann2000-05-181-0/+2
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-0/+13
* More distinguished handling of real and complex values.Dirk Herrmann2000-05-101-8/+13
* * numbers.c (scm_logtest, scm_division): Reordered dispatch sequence.Dirk Herrmann2000-05-021-3/+5
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-13/+13
* Fixed some SCM/scm_bits_t mixups.Dirk Herrmann2000-04-181-10/+27
* Lots of fixes with respect to strict typing.Dirk Herrmann2000-04-041-5/+5
* Don't use SCM2PTR for non scheme values.Dirk Herrmann2000-03-221-2/+2
* A couple of typing problems (at leat partially) resolved.Dirk Herrmann2000-03-201-2/+7
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c,Mikael Djurfeldt2000-03-141-60/+8
* *** empty log message ***Mikael Djurfeldt2000-03-121-2/+2
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-2/+2
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-944/+868
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-4/+4
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-37/+36
* * guile-func-name-check.in: Added this script to statically checkGreg J. Badros2000-01-111-1/+2
* * *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout.Greg J. Badros2000-01-061-2/+2
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-8/+8
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-5/+5
* * guile-snarf.awk.in: Do argument/number mismatch checking andGreg J. Badros2000-01-051-1/+0
* * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,Greg J. Badros2000-01-051-2/+1
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-7/+7
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-5/+46
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-3/+1
* * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1999-12-121-2/+2
* * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1999-12-121-1/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-194/+108
* * unif.h: added some comments, removed the SCM_P macros.Gary Houston1999-11-301-2/+2
* * acconfig.h: add HAVE_ARRAYS.Gary Houston1999-11-191-4/+0
* * configure.in: check for hstrerror.Gary Houston1999-11-181-131/+149
* Patch from Greg Harvey:Jim Blandy1999-06-191-107/+55
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-1/+1
* * ramap.c (array-copy-in-order!, array-map-in-order): New names.Mikael Djurfeldt1998-12-071-0/+4