ChangeLog-2008 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 2008-01-22 Neil Jerram <neil@ossau.uklinux.net>
  2. * compat/compat.h: Update copyright statement to LGPL.
  3. 2002-11-17 Mikael Djurfeldt <mdj@linnaeus>
  4. * README: Added description of compat.
  5. * compat/acconfig.h, compat/acinclude.m4, compat.h, configure.in:
  6. New files.
  7. 2001-07-24 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  8. All examples are now built and tested on `make installcheck'
  9. rather than `make check'.
  10. 2001-07-19 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  11. * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
  12. box-module/Makefile.am, box/Makefile.am: Use $(top_srcdir) to get
  13. at GUILE_LOAD_PATH, and $(top_builddir) for the guile and
  14. guile-config programs and for the link paths. Add check.test to
  15. EXTRA_DIST.
  16. * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
  17. box-module/Makefile.am, box/Makefile.am: Add -L../../qt to LIBS.
  18. 2001-07-19 Rob Browning <rlb@defaultvalue.org>
  19. * box-module/.cvsignore: add .deps
  20. * box/.cvsignore: add .deps.
  21. 2001-07-17 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  22. * box-module/Makefile.am (TESTS): New variable.
  23. Create `box' on `make all'.
  24. * box-module/check.test, box-dynamic-module/check.test,
  25. * box-dynamic/check.test: New files.
  26. * box-dynamic/Makefile.am (libbox): Create box library on `make
  27. all'.
  28. (TESTS): New variable.
  29. * box/Makefile.am (TESTS): New variable.
  30. Create `box' program on `make all', use freshly built Guile for
  31. building.
  32. * box/check.test: New file.
  33. * modules/check.test, safe/check.test, scripts/check.test: Set
  34. GUILE_LOAD_PATH to make the tests run without installed Guile.
  35. 2001-07-16 Thien-Thi Nguyen <ttn@revel.glug.org>
  36. * scripts/check.test: Add check for guile interpreter.
  37. Fix bug: Use `$guile' everywhere. Thanks to Martin Grabmueller.
  38. 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  39. * modules/check.test, safe/check.test: New files.
  40. * modules/Makefile.am (TESTS), safe/Makefile.am (TESTS): New
  41. variables.
  42. 2001-07-14 Thien-Thi Nguyen <ttn@revel.glug.org>
  43. * scripts/check.test: New file.
  44. * Makefile.am (TESTS): New var.
  45. 2001-07-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  46. * modules/main: Use :renamer for specifying renaming procedure.
  47. 2001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
  48. * scripts/hello (display-version, display-help): Fix comment; nfc.
  49. 2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  50. * box-dynamic/README: Corrected sample session.
  51. * box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c
  52. * box/box.c: scm_bits_t -> scm_t_bits.
  53. 2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  54. * box-dynamic-module/README: Use a better example for box-map, as
  55. suggested by Thomas Wawrzinek.
  56. 2001-06-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  57. * scripts/README, scripts/hello.scm, safe/untrusted.scm,
  58. safe/evil.scm, safe/README, modules/README, modules/main,
  59. modules/module-0.scm, modules/module-1.scm, modules/module-2.scm:
  60. Minor cleanup.
  61. * README: Added intro stuff, restructured a bit.
  62. * box-dynamic/README, box-module/README, box/README: Cleanup and
  63. restructuring.
  64. * box-dynamic-module/box-mixed.scm: New file, demonstrating usage
  65. of extension library functionality, but without exporting
  66. procedures from the library.
  67. Thanks to Thomas Wawrzinek for the idea and example code!
  68. * box-dynamic-module/box-module.scm: Add comments, export
  69. make-box, box-ref, box-set!.
  70. * box-dynamic-module/README: Integrate new module (box-mixed),
  71. restructure and cleanup a bit.
  72. 2001-06-06 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  73. * box-dynamic-module/box-module.scm: New file.
  74. 2001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  75. * box-dynamic-module: New directory, implements the box type in a
  76. shared library and places the definitions in a C-only module.
  77. Thanks to Thomas Wawrzinek for this, too!
  78. * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
  79. box-module/box.c (mark_box): Fixed typo in comment.
  80. 2001-06-01 Rob Browning <rlb@cs.utexas.edu>
  81. * .cvsignore: here and in all subdirectories listing Makefile and
  82. Makefile.in.
  83. 2001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  84. * box-dynamic: New directory, implements the box type in a shared
  85. library (aka extension)
  86. Thanks to Thomas Wawrzinek for patching box.c into an extension!
  87. 2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  88. * box-module: New directory, similar to box, but defines the
  89. primitives in a module (box-module) instead of defining them
  90. globally.
  91. * safe: New directory, explaining some aspects of using safe
  92. environments for evaluation.
  93. 2001-05-29 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
  94. * New directory for Guile example code.