X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/5e137c657b2d3e87ed94771b060c6ebd0cb02b69..193e2c52dc18ea79ec37cef744ea8c6ef97c2cb3:/AUTHORS diff --git a/AUTHORS b/AUTHORS index 74cdb2ba1..d756a74ce 100644 --- a/AUTHORS +++ b/AUTHORS @@ -50,18 +50,32 @@ and ice-9/threads.scm. Mikael Djurfeldt: In the subdirectory ice-9, wrote: - emacs.scm syncase.scm + documentation.scm emacs.scm stack-catch.scm + null.scm r5rs.scm safe-r5rs.scm safe.scm + receive.scm occam-channel.scm syncase.scm +In the subdirectory ice-9, changes to: + boot-9.scm psyntax.ss slib.scm threads.scm +In the subdirectory oop, wrote: + goops.scm +In the subdirectory oop/goops, wrote: + compile.scm dispatch.scm internal.scm old-define-method.scm save.scm + stklos.scm util.scm +In the subdirectory oop/goops, rewrote files from STKlos: + active-slot.scm composite-slot.scm describe.scm In the subdirectory libguile, wrote: backtrace.c debug.c options.c root.c srcprop.c stacks.c backtrace.h debug.h options.h root.h srcprop.h stacks.h iselect.c gdbint.c objects.c objprop.c stackchk.c modules.c iselect.h gdbint.h objects.h objprop.h stackchk.h modules.h - random.c - random.h + random.c futures.c evalext.c goops.c hooks.c macros.c + random.h futures.h evalext.h goops.h hooks.h macros.h gdb_interface.h In the subdirectory libguile, rewrote: coop-threads.c coop.c mit-pthreads.c threads.c print.c coop-threads.h fsu-pthreads.h mit-pthreads.h threads.h print.h +In the subdirectory srfi, wrote: + srfi.c + srfi.h In the subdirectory doc, wrote: goops-tutorial.texi hierarchy.eps hierarchy.txt mop.txt oldfmt.c @@ -108,7 +122,7 @@ Implemented support for double-word heap cells and converted some smobs to use them. In the subdirectory libguile, wrote: guardians.c guardians.h filter-doc-snarfage.c - guile-snarf-docs.in guile-snarf-docs-texi.in + guile-snarf-docs.in In the subdirectory libguile, changed extensively: gc.c gc.h In the subdirectory ice-9, wrote: @@ -192,8 +206,34 @@ In the subdirectory doc, changes to: Many changes throughout. Neil Jerram: +In the subdirectory emacs, wrote: + gds.el gds-scheme.el gds-server.el + gds-test.el gds-test.sh gds-test.stdin + gds-tutorial.txt gds-faq.txt In the subdirectory ice-9, wrote: - buffered-input.scm + buffered-input.scm gds-client.scm gds-server.scm +In the subdirectory ice-9/debugging, wrote: + example-fns.scm ice-9-debugger-extensions.scm + steps.scm trace.scm traps.scm + trc.scm +In the subdirectory lang/elisp, wrote: + base.scm example.el interface.scm + transform.scm variables.scm +In the subdirectory lang/elisp/internals, wrote: + evaluation.scm format.scm fset.scm + lambda.scm load.scm null.scm + set.scm signal.scm time.scm + trace.scm +In the subdirectory lang/elisp/primitives, wrote: + buffers.scm char-table.scm features.scm + fns.scm format.scm guile.scm + keymaps.scm lists.scm load.scm + match.scm numbers.scm pure.scm + read.scm signal.scm strings.scm + symprop.scm syntax.scm system.scm + time.scm +In the subdirectory srfi, wrote: + srfi-34.scm In the subdirectory doc, wrote: deprecated.texi goops.texi scheme-ideas.texi scheme-reading.texi @@ -213,6 +253,7 @@ In the subdirectory doc, changes to: scm.texi scripts.texi script-getopt.texi In the subdirectory doc/maint, wrote: docstring.el +Many other changes throughout. Thien-Thi Nguyen: In the top-level directory, wrote: @@ -229,7 +270,7 @@ In the subdirectory scripts, wrote: In the subdirectory scripts, changes to: doc-snarf In the subdirectory libguile, changes to: - guile-doc-snarf.in regex-posix.c + regex-posix.c In the subdirectory doc, changes to: intro.texi preface.texi scheme-modules.texi scheme-procedures.texi @@ -322,3 +363,10 @@ In the subdirectory libguile, changes to: continuations.h continuations.c gc.c + +John W. Eaton, based on code from AT&T Bell Laboratories and Bellcore: + The complex number division method in libguile/numbers.c. + +Gregory Marton: +In the subdirectory test-suite/tests, changes to: + hash.test