bpt/guile.git
2003-09-06 Dirk Herrmann * numbers.h (SCM_INEXACTP, SCM_REALP, SCM_COMPLEXP...
2003-09-06 Dirk Herrmann * eq.c (scm_eqv_p, scm_equal_p): Removed uses of
2003-09-04 Dirk Herrmann * tags.h: Added description of Guile's type system...
2003-09-04 Dirk Herrmann * unit.c (scm_cvref): Eliminate unnecessary uses of...
2003-09-04 Dirk Herrmann * numbers.h (SCM_MAKINUM): Define in terms of scm_tc2_int.
2003-09-04 Dirk Herrmann * eq.c (scm_equal_p): Use SCM_TYP7 to check if an...
2003-09-03 Kevin Ryde*** empty log message ***
2003-09-03 Kevin Ryde(scm_strptime): Add comment about glibc strptime %s and
2003-09-02 Kevin Ryde(Symbol Primitives): In gensym, cross reference
2003-09-02 Kevin Ryde(Keyword Primitives): Add examples to
2003-09-02 Kevin Ryde*** empty log message ***
2003-09-02 Kevin Ryde(scm_lognot): Correction to docstring, ones-complement...
2003-08-31 Neil JerramRewrite enhanced editing logic - sexp-track.el.
2003-08-30 Neil JerramMake -s switch optional.
2003-08-30 Kevin Ryde*** empty log message ***
2003-08-30 Kevin Ryde(scm_lognot): Rewrite using ~ and mpz_com, for directness
2003-08-30 Kevin RydeCorrection to a comment in:
2003-08-30 Kevin Ryde(lognot): Add tests.
2003-08-29 Kevin Ryde(Catch): Add scm_internal_catch.
2003-08-29 Kevin Ryde(Arithmetic): Use a table for scheme to C libm equivale...
2003-08-29 Kevin Ryde(Lambda): Note ". rest" list argument is always newly...
2003-08-29 Kevin Ryde(Remembering During Operations): Note
2003-08-29 Kevin Ryde(SRFI-1 Association Lists): In alist-delete and
2003-08-29 Kevin Ryde(Multiple Values): In values, show args as "arg1
2003-08-29 Kevin Ryde(Ports and File Descriptors): In pipe PIPE_BUF, use
2003-08-29 Kevin Ryde(Network Sockets and Communication): In socket, use
2003-08-29 Kevin Ryde(Network Sockets and Communication): In socketpair,
2003-08-29 Kevin Ryde(Append/Reverse): Merge append and append!,
2003-08-29 Kevin RydeMove @contents to usual place after title page, and
2003-08-29 Kevin Ryde(Hash Table Reference): Add hashx- case
2003-08-28 Kevin Ryde*** empty log message ***
2003-08-27 Kevin Ryde(scm_remember_upto_here_1): Revise comments on the...
2003-08-25 Kevin Ryde*** empty log message ***
2003-08-25 Kevin Ryde(How guile-snarf works): Need @@ for texinfo in example.
2003-08-25 Kevin Ryde*** empty log message ***
2003-08-25 Kevin Ryde(Scientific): Add two-argument atan.
2003-08-22 Kevin RydeAdd srfi-19 date-week-number fix.
2003-08-22 Kevin Ryde*** empty log message ***
2003-08-22 Kevin Ryde(scm_system): Remove SCM_DEFER_INTS, system() should be
2003-08-22 Kevin RydeAdd a copyright year.
2003-08-22 Kevin RydeAdd new "while" proper break and continue.
2003-08-22 Kevin Ryde*** empty log message ***
2003-08-22 Kevin Ryde(list-copy): New tests.
2003-08-22 Kevin Ryde*** empty log message ***
2003-08-22 Kevin Ryde(list-copy): New function, derived
2003-08-22 Kevin Ryde(date-week-number): Add tests.
2003-08-22 Kevin RydeAdd a copyright year.
2003-08-22 Kevin Ryde(date-week-number): Correction, day of week starting
2003-08-22 Kevin Ryde*** empty log message ***
2003-08-22 Kevin Ryde(-): Exercise bignum - inum.
2003-08-22 Kevin Ryde*** empty log message ***
2003-08-22 Kevin Ryde(scm_difference): Correction to bignum - negative inum.
2003-08-21 Neil JerramMisc. file rationalization.
2003-08-21 Neil JerramReorg to remove guile-init.el.
2003-08-20 Neil JerramImport Mikael's Emacs interface code (guileint-1.5...
2003-08-17 Kevin Ryde*** empty log message ***
2003-08-17 Kevin Ryde(while): Exercise break and continue from
2003-08-17 Kevin Ryde * boot-9.scm (while): Use a new key dynamically for...
2003-08-17 Kevin Ryde(Hash Table Reference): Collect up groups of
2003-08-12 Kevin Ryde*** empty log message ***
2003-08-12 Kevin Ryde(while do): Update `while' for code rewrite, in
2003-08-12 Kevin Ryde*** empty log message ***
2003-08-12 Kevin RydeAdd a copyright year.
2003-08-12 Kevin Ryde(while): New tests.
2003-08-12 Kevin Ryde(while): Rewrite, continue as proper escape, break
2003-08-12 Kevin Ryde(open-process): Close input-fdes, output-fdes and
2003-08-12 Kevin Ryde(scm_remember_upto_here_1, scm_remember_upto_here_2...
2003-08-12 Kevin Ryde(scm_remember_upto_here_1, scm_remember_upto_here_2...
2003-08-12 Kevin Ryde(scm_system): In docstring, refer to status:exit-val...
2003-08-12 Kevin Ryde(getenv): Use <stdlib.h> for prototype.
2003-08-10 Dirk Herrmann * tests/numbers.test: Eliminated misuses of expect...
2003-08-08 Kevin RydeAdd source-properties versus set-source-properties...
2003-08-08 Kevin Ryde*** empty log message ***
2003-08-08 Kevin Ryde * tests/srcprop.test: New file.
2003-08-08 Kevin RydeNew file.
2003-08-08 Kevin Ryde*** empty log message ***
2003-08-08 Kevin Ryde(scm_source_properties): Return plist from hash if...
2003-08-08 Kevin Ryde*** empty log message ***
2003-08-08 Kevin Ryde(Memory Blocks): Add index entries for deprecated scm_m...
2003-07-28 Kevin Ryde*** empty log message ***
2003-07-28 Kevin Ryde(length+): Rewrite using scm_ilength.
2003-07-28 Kevin Ryde(length+): New tests.
2003-07-28 Kevin RydeCheck cond-expand srfi-34.
2003-07-28 Kevin RydeAdd cond-expand-provide srfi-34.
2003-07-28 Kevin Ryde(concatenate, concatenate!): New tests.
2003-07-28 Kevin Ryde(concatenate, concatenate!): Use scm_append and scm_app...
2003-07-28 Kevin Ryde(List Constructors): Remove scm_cons_star, since it...
2003-07-28 Kevin Ryde(scm_primitive_property_ref): In docstring, note
2003-07-28 Kevin Ryde(Property Primitives): In primitive-property-ref,
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer(scm_print_symbol_name): handle more weird characters...
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer* posix.h (scm_setgroups): New prototype.
2003-07-27 Marius Vollmer* configure.in: Look for sched_yield in -lrt; this...
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer(__libc_stack_end): Actually use the value in __libc_st...
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer* gc.h (SCM_GC_SET_CELL_BVEC): New.
2003-07-27 Marius Vollmer*** empty log message ***
2003-07-27 Marius Vollmer* __scm.h (SCM_C_INLINE_KEYWORD): New.
next