summaryrefslogtreecommitdiff
path: root/libguile/unif.c
AgeCommit message (Expand)AuthorFilesLines
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
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-33/+32
1997-09-15* list.h (SCM_LISTn): New macros. Make list creation in C codeMikael Djurfeldt1-2/+1
1997-08-30* unif.c (scm_shap2ra): tighten the checking of the array dimensionGary Houston1-9/+14
1997-08-24* ramap.c (scm_ra_matchp, scm_array_fill_int, racp, ramap_1,Mikael Djurfeldt1-0/+13
1997-06-21Make things compile neatly under Sun's C compiler.Jim Blandy1-1/+1
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-03-11* unif.c (scm_array_set_x): Cast ICHR (obj) to char if storing inMikael Djurfeldt1-1/+1
1997-02-24* unif.c (scm_init_unif): Added #include "unif.x". (There are twoMikael Djurfeldt1-0/+1
1997-02-15* unif.c (scm_array_set_x): minor change to argument error checking.Gary Houston1-16/+19