summaryrefslogtreecommitdiff
path: root/libguile/sort.c
Commit message (Expand)AuthorAgeFilesLines
* * Fixed scm_thunk_p's results when applied to closures....Dirk Herrmann2001-04-191-2/+2
* * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,...Gary Houston2001-03-171-4/+5
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-0/+1
* * Eliminate another couple of calls to scm_wta.Dirk Herrmann2001-03-041-4/+4
* * Added docstrings by Martin Grabmueller.Dirk Herrmann2001-01-301-11/+43
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* * Removed further calls to SCM_LENGTH.Dirk Herrmann2000-10-101-51/+26
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * gh.h: Don't take the address of a SCM value....Dirk Herrmann2000-06-051-7/+7
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-11/+11
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to support...Greg J. Badros2000-03-031-1/+1
* * sort.c: typo in comment fixed....Greg J. Badros2000-01-261-1/+1
* * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,...Greg J. Badros2000-01-111-3/+3
* * guile-func-name-check.in: Added this script to statically check...Greg J. Badros2000-01-111-6/+6
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*...Greg J. Badros2000-01-051-12/+12
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-10/+10
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for...Greg J. Badros2000-01-051-2/+2
* * *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMP...Greg J. Badros1999-12-121-16/+16
* * *.c: Pervasive software-engineering-motivated rewrite of...Greg J. Badros1999-12-121-98/+110
* * acconfig.h: add HAVE_ARRAYS....Gary Houston1999-11-191-0/+10
* FixMikael Djurfeldt1999-08-291-5/+4
* * sort.c (closureless): Use scm_eval_body.Mikael Djurfeldt1999-08-291-11/+1
* Fixes in commentsMikael Djurfeldt1999-08-201-3/+6
* Removed left-over debugging codeMikael Djurfeldt1999-08-191-1/+0
* * sort.c (quicksort): Added condition to protect the algorithm...Mikael Djurfeldt1999-08-191-3/+21
* * eval.c (SCM_APPLY), sort.c (closureless): Expand body when...Mikael Djurfeldt1999-08-191-0/+2
* * sort.c (scm_merge, scm_merge_list_x): Bugfix: Place elements...Mikael Djurfeldt1999-01-111-31/+33
* Added #include "feature.h"Mikael Djurfeldt1999-01-111-0/+1
* * sort.c, sort.h: New files: Implement slib's and scsh's sort...Mikael Djurfeldt1999-01-101-0/+918