bpt/guile.git
2003-10-09 Kevin Ryde(Hash Table Reference): Decribe rehashing, note
2003-10-08 Kevin Ryde*** empty log message ***
2003-10-08 Kevin Ryde * tests/poe.test: New file.
2003-10-08 Kevin RydeNew file.
2003-10-08 Kevin Ryde*** empty log message ***
2003-10-08 Kevin Ryde(funcq-assoc): Rewrite, don't assume '() is false, and
2003-10-07 Dirk Herrmann * smob.h (scm_make_smob_type): Made the declaration...
2003-10-07 Dirk Herrmann * lib.scm (exception:missing-expression): New.
2003-10-07 Marius VollmerMake type names char const * instead of char *. Thanks...
2003-10-06 Neil JerramUI frontend work: eval support.
2003-10-06 Marius Vollmer*** empty log message ***
2003-10-06 Marius Vollmer* scheme-memory.texi: Added a short explanation of...
2003-10-04 Neil JerramDebugger UI asynchronous thread support.
2003-10-02 Kevin Ryde*** empty log message ***
2003-10-02 Kevin Ryde(String Ports): In call-with-output-string, note proc
2003-10-02 Kevin Ryde*** empty log message ***
2003-10-02 Kevin Ryde(call-with-output-string): Test proc closing port.
2003-10-02 Kevin Ryde*** empty log message ***
2003-10-02 Kevin Ryde(s_scm_call_with_output_string): scm_get_output_string
2003-10-02 Kevin RydeFix a couple of typos in:
2003-10-01 Kevin RydeAdd call-with-output-string no segv on closed port.
2003-09-27 Neil JerramTwo fixes to Guile tutorial.
2003-09-25 Neil JerramWork (in progress) on new debugging frontend.
2003-09-22 Dirk Herrmann * guile-test: Wrapped in module (test-suite guile...
2003-09-21 Dirk Herrmann * numbers.h (SCM_INEXACTP): Removed uses of SCM_TYP16S.
2003-09-21 Kevin RydeA tweak to:
2003-09-21 Kevin Ryde*** empty log message ***
2003-09-21 Kevin Ryde(File System): In access?, reword a bit, clarify real
2003-09-19 Kevin RydeAdd ice-9 popen duplicate pipe fd fix.
2003-09-19 Kevin Ryde*** empty log message ***
2003-09-19 Kevin Ryde*** empty log message ***
2003-09-19 Kevin Ryde * tests/popen.test: New file.
2003-09-19 Kevin RydeNew file.
2003-09-19 Kevin Ryde(open-process): Correction to previous fdes closing
2003-09-18 Dirk Herrmann This set of patches introduces a new tc7 code scm_tc7_...
2003-09-18 Dirk Herrmann * numbers.c (scm_make_complex), gc-card.c (scm_i_sweep...
2003-09-17 Dirk Herrmann * libguile/numbers.c (scm_bigequal): Fixed.
2003-09-16 Marius Vollmer*** empty log message ***
2003-09-16 Marius Vollmer(scm_current_time): 'time' does not set errno so don...
2003-09-16 Dirk Herrmann This set of patches eliminates the dependency between the
2003-09-15 Kevin RydeFix a grammatical typo in my last entry.
2003-09-15 Kevin RydeAdd another comment to:
2003-09-15 Marius Vollmer*** empty log message ***
2003-09-15 Marius Vollmer(format): Rewritten as a big letrec to make it reentran...
2003-09-15 Marius Vollmer*** empty log message ***
2003-09-15 Marius Vollmer(scm_setgroups): Check that the gid list is not too...
2003-09-14 Dirk Herrmann * tags.h: Reduced the number of short instructions...
2003-09-13 Kevin Ryde*** empty log message ***
2003-09-13 Kevin Ryde(SRFI-19): Rewrite, adding descriptions of all
2003-09-13 Kevin Ryde*** empty log message ***
2003-09-13 Kevin Ryde(Append/Reverse): Merge reverse and reverse!,
2003-09-13 Kevin Ryde(Reading): Add scm_c_read.
2003-09-13 Kevin Ryde(SRFI-1 Constructors): Add list-copy.
2003-09-12 Kevin Ryde(Network Address Conversion): Under IPv4, describe
2003-09-12 Kevin Ryde(File System): In stat:dev and stat:mode, clarify that...
2003-09-12 Kevin Ryde(Reading): In port-column, port-line,
2003-09-12 Kevin Ryde*** empty log message ***
2003-09-12 Kevin Ryde(file-exists?): Use stat rather than access?, so as to
2003-09-12 Marius Vollmer*** empty log message ***
2003-09-12 Marius Vollmer(SCM_FENCE): Use __memory_barrier with the Intel compil...
2003-09-12 Marius Vollmer*** empty log message ***
2003-09-12 Marius Vollmer(make-autoload-interface): Use a proper hashtable as
2003-09-12 Marius Vollmer(format:error): Use 'format:format' instead of
2003-09-12 Marius Vollmer(scm_tc16_hashtable): Added "extern" declaration.
2003-09-12 Marius Vollmer(scm_module_reverse_lookup): Check that the obarray...
2003-09-12 Marius Vollmer*** empty log message ***
2003-09-12 Marius VollmerUse "extern inline" only with GCC. Use "static
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 ***
next