summaryrefslogtreecommitdiff
path: root/libguile/unif.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include vectors.h in those files, where it is actually needed.Dirk Herrmann1-0/+1
2000-03-14* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c,Mikael Djurfeldt1-147/+58
2000-03-12*** empty log message ***Mikael Djurfeldt1-20/+20
2000-03-12* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bits_t):Mikael Djurfeldt1-1/+1
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-20/+20
2000-03-09* vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro to help inGreg J. Badros1-3/+4
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-80/+110
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-15/+15
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-141/+128
2000-01-11* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-4/+2
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-29/+29
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-22/+22
2000-01-05* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM forGreg J. Badros1-5/+5
2000-01-05* unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,Greg J. Badros1-4/+2
1999-12-18* alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif.c: UseGreg J. Badros1-5/+5
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-12/+12
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-22/+141
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-7/+2
1999-12-12* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1-2/+2
1999-12-12* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VALIDATE_NIMPGreg J. Badros1-1/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-290/+236
1999-11-30 * unif.h: added some comments, removed the SCM_P macros.Gary Houston1-3/+4
1999-11-20 * unif.c (scm_list_to_uniform_array): callGary Houston1-1/+2
1999-11-19 * acconfig.h: add HAVE_ARRAYS.Gary Houston1-100/+21
1999-11-18 * configure.in: check for hstrerror.Gary Houston1-60/+59
1999-08-111999-08-11 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-2/+2
1999-08-041999-08-04 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-22/+1
1999-07-24*** empty log message ***Mikael Djurfeldt1-1/+1
1999-07-141999-07-14 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-6/+1
1999-07-07Greg's smob patchMikael Djurfeldt1-8/+8
1999-07-041999-07-04 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-2/+2
1999-07-041999-07-04 Gary Houston <ghouston@easynet.co.uk>Gary Houston1-15/+68
1999-06-09 * ioext.c (scm_do_read_line): Rewritten to use memchr to find theJim Blandy1-1/+1
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-2/+2
1998-11-12(scm_array_contents): removed unnecessary test for 0 base.Radey Shouman1-2/+0
1998-10-26* numbers.c (num2long): As a software archeologist, I'm proud ofMikael Djurfeldt1-1/+1
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-10-18* unif.c (scm_raprin1): Changed print syntax for byte vectors fromMikael Djurfeldt1-2/+2
1998-10-15Warning fixes from Greg Harvey:Jim Blandy1-4/+4
1998-10-03* unif.c (scm_array_set_x): Accept any kind of number as anJim Blandy1-4/+2
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-3/+0
1998-07-16* unif.c: Say that ivect and uvect are of type signed and unsignedMikael Djurfeldt1-2/+2
1998-07-12* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,Mikael Djurfeldt1-2/+2
1998-04-12* unif.c (scm_uniform_vector_ref, scm_cvref, scm_array_set_x,Mikael Djurfeldt1-5/+5
1998-03-30* gsubr.c (scm_gsubr_apply): Added dummy return to avoid compilerMikael Djurfeldt1-0/+2
1997-10-25* filesys.c (scm_close, set_element, get_element, scm_chown,Marius Vollmer1-0/+2