Fixed some SCM/scm_bits_t mixups.
[bpt/guile.git] / libguile / unif.c
2000-04-18 Dirk HerrmannFixed some SCM/scm_bits_t mixups.
2000-04-13 Mikael Djurfeldt* unif.c, unif.h (shared-array-root, shared-array-offset,
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* stacks.c, stacks.h, struct.c, tags.h, unif.c (scm_bit...
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-09 Greg J. Badros* vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
2000-01-05 Greg J. Badros* unif.c, symbols.c, strings.c, stacks.c, random.c...
1999-12-18 Greg J. Badros* alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-30 Gary Houston * unif.h: added some comments, removed the SCM_P macros.
1999-11-20 Gary Houston * unif.c (scm_list_to_uniform_array): call
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-08-11 Gary Houston1999-08-11 Gary Houston <ghouston@easynet.co.uk>
1999-08-04 Gary Houston1999-08-04 Gary Houston <ghouston@easynet.co.uk>
1999-07-24 Mikael Djurfeldt*** empty log message ***
1999-07-14 Gary Houston1999-07-14 Gary Houston <ghouston@easynet.co.uk>
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-07-04 Gary Houston1999-07-04 Gary Houston <ghouston@easynet.co.uk>
1999-07-04 Gary Houston1999-07-04 Gary Houston <ghouston@easynet.co.uk>
1999-06-09 Jim Blandy * ioext.c (scm_do_read_line): Rewritten to use memchr...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-11-12 Radey Shouman(scm_array_contents): removed unnecessary test for...
1998-10-26 Mikael Djurfeldt* numbers.c (num2long): As a software archeologist...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-18 Mikael Djurfeldt* unif.c (scm_raprin1): Changed print syntax for byte...
1998-10-15 Jim BlandyWarning fixes from Greg Harvey:
1998-10-03 Jim Blandy* unif.c (scm_array_set_x): Accept any kind of number...
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-07-16 Mikael Djurfeldt* unif.c: Say that ivect and uvect are of type signed...
1998-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
1998-04-12 Mikael Djurfeldt* unif.c (scm_uniform_vector_ref, scm_cvref, scm_array_...
1998-03-30 Mikael Djurfeldt* gsubr.c (scm_gsubr_apply): Added dummy return to...
1997-10-25 Marius Vollmer* filesys.c (scm_close, set_element, get_element, scm_c...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-09-15 Mikael Djurfeldt* list.h (SCM_LISTn): New macros. Make list creation...
1997-08-30 Gary Houston* unif.c (scm_shap2ra): tighten the checking of the...
1997-08-24 Mikael Djurfeldt* ramap.c (scm_ra_matchp, scm_array_fill_int, racp...
1997-06-21 Jim BlandyMake things compile neatly under Sun's C compiler.
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-03-11 Mikael Djurfeldt* unif.c (scm_array_set_x): Cast ICHR (obj) to char...
1997-02-24 Mikael Djurfeldt* unif.c (scm_init_unif): Added #include "unif.x"....
1997-02-15 Gary Houston* unif.c (scm_array_set_x): minor change to argument...
1997-02-06 Gary Houston* strop.c (scm_string_upcase_x, scm_string_downcase_x...
1997-01-25 Gary Houston * ports.c: add SCM_PROC declarations for pt-size and...
1997-01-18 Gary Houston * init.scm (index, rindex): replace versions in utilit...
1997-01-07 Jim BlandyI think the Sun compiler has chosen a perverse way...
1996-12-18 Jim BlandyGive GCC more control flow information, so it can be...
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c,...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-11 Jim Blandy* unif.c (scm_ra_set_contp): Localize `inc' declaration.
1996-09-22 Mikael Djurfeldt* arbiters.c (prinarb),
1996-09-19 Gary Houston * filesys.c (scsm_sys_stat): don't SIGSEGV if argument...
1996-09-15 Gary Houston* debug.c, unif.c: use scm_out_of_range instead of
1996-09-11 Jim Blandy* numbers.h: Repeated declarations removed.
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-07 Gary Houstonportability fixes for header inclusion etc.
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import