summaryrefslogtreecommitdiff
path: root/libguile/unif.c
Commit message (Expand)AuthorAgeFilesLines
* * *.[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 strings.h where it is actually needed.Dirk Herrmann2000-03-171-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-147/+58
* *** empty log message ***Mikael Djurfeldt2000-03-121-20/+20
* * stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t):Mikael Djurfeldt2000-03-121-1/+1
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-20/+20
* * vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro to help inGreg J. Badros2000-03-091-3/+4
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-80/+110
* * 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-15/+15
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-141/+128
* * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-4/+2
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-29/+29
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-22/+22
* * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros2000-01-051-5/+5
* * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,Greg J. Badros2000-01-051-4/+2
* * alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif.c: UseGreg J. Badros1999-12-181-5/+5
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-12/+12
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-22/+141
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-7/+2
* * *.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-290/+236
* * unif.h: added some comments, removed the SCM_P macros.Gary Houston1999-11-301-3/+4
* * unif.c (scm_list_to_uniform_array): callGary Houston1999-11-201-1/+2
* * acconfig.h: add HAVE_ARRAYS.Gary Houston1999-11-191-100/+21
* * configure.in: check for hstrerror.Gary Houston1999-11-181-60/+59
* 1999-08-11 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-08-111-2/+2
* 1999-08-04 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-08-041-22/+1
* *** empty log message ***Mikael Djurfeldt1999-07-241-1/+1
* 1999-07-14 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-07-141-6/+1
* Greg's smob patchMikael Djurfeldt1999-07-071-8/+8
* 1999-07-04 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-07-041-2/+2
* 1999-07-04 Gary Houston <ghouston@easynet.co.uk>Gary Houston1999-07-041-15/+68
* * ioext.c (scm_do_read_line): Rewritten to use memchr to find theJim Blandy1999-06-091-1/+1
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-2/+2
* (scm_array_contents): removed unnecessary test for 0 base.Radey Shouman1998-11-121-2/+0
* * numbers.c (num2long): As a software archeologist, I'm proud ofMikael Djurfeldt1998-10-261-1/+1
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* * unif.c (scm_raprin1): Changed print syntax for byte vectors fromMikael Djurfeldt1998-10-181-2/+2
* Warning fixes from Greg Harvey:Jim Blandy1998-10-151-4/+4
* * unif.c (scm_array_set_x): Accept any kind of number as anJim Blandy1998-10-031-4/+2
* Simplify smob and port marking; set the mark bit in the genericJim Blandy1998-07-231-3/+0
* * unif.c: Say that ivect and uvect are of type signed and unsignedMikael Djurfeldt1998-07-161-2/+2
* * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1998-07-121-2/+2
* * unif.c (scm_uniform_vector_ref, scm_cvref, scm_array_set_x,Mikael Djurfeldt1998-04-121-5/+5
* * gsubr.c (scm_gsubr_apply): Added dummy return to avoid compilerMikael Djurfeldt1998-03-301-0/+2
* * filesys.c (scm_close, set_element, get_element, scm_chown,Marius Vollmer1997-10-251-0/+2