index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oop
Age
Commit message (
Expand
)
Author
Files
Lines
2004-02-09
* Makefile.am (TAGS_FILES): Use this variable instead of
Mikael Djurfeldt
3
-4
/
+10
2004-01-12
*** empty log message ***
Marius Vollmer
1
-0
/
+5
2004-01-12
(compute-get-n-set): Use '#:' in error message instead of ':'. Thanks
Marius Vollmer
1
-1
/
+1
2003-04-20
* goops.scm (compute-getters-n-setters): Allow for primitive
Mikael Djurfeldt
2
-6
/
+14
2003-04-19
* goops/dispatch.scm (cache-hashval): Corrected termination
Mikael Djurfeldt
2
-4
/
+9
2003-04-17
* tests/goops.test: Added tests for correctness of class
Mikael Djurfeldt
2
-1
/
+4
2003-04-17
* goops.scm (compute-getters-n-setters): Check for bad init-thunk.
Mikael Djurfeldt
2
-3
/
+13
2003-04-17
Comment
Mikael Djurfeldt
1
-0
/
+3
2003-04-15
* tests/goops.test: Added tests for class redefinition, object
Mikael Djurfeldt
2
-5
/
+16
2003-04-14
Fix
Mikael Djurfeldt
1
-1
/
+1
2003-04-13
* goops.scm (compute-getters-n-setters/verify-accessors): Better
Mikael Djurfeldt
2
-15
/
+41
2003-04-05
Changed license terms to the plain LGPL thru-out.
Marius Vollmer
12
-387
/
+116
2003-03-19
* goops.scm (process-class-pre-define-accessor): Temporary kludge
Mikael Djurfeldt
2
-5
/
+15
2003-03-17
* goops.scm (process-class-pre-define-generic,
Mikael Djurfeldt
2
-20
/
+56
2003-03-12
* goops.scm (merge-generics): Make sure not to merge a gf with
Mikael Djurfeldt
2
-8
/
+16
2003-03-11
* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)
Mikael Djurfeldt
2
-7
/
+4
2003-03-11
Indentation
Mikael Djurfeldt
1
-1
/
+1
2003-03-11
* goops.scm (define-extended-generics): New syntax.
Mikael Djurfeldt
2
-10
/
+38
2003-03-10
* srfi-1.scm (iota map for-each map-in-order list-index member
Mikael Djurfeldt
2
-1
/
+22
2003-03-07
* boot-9.scm (process-define-module): Handle #:duplicates.
Mikael Djurfeldt
2
-1
/
+45
2003-03-06
* srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
Mikael Djurfeldt
2
-0
/
+6
2003-01-18
* goops.scm (method): Construct a new copy of the constant '('())
Mikael Djurfeldt
2
-1
/
+6
2003-01-08
* goops.scm (upgrade-generic-with-setter,
Mikael Djurfeldt
2
-4
/
+78
2002-12-09
*** empty log message ***
Rob Browning
1
-0
/
+7
2002-12-09
* Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION.
Rob Browning
1
-1
/
+1
2002-12-09
* goops/Makefile.am (subpkgdatadir): VERSION ->
Rob Browning
1
-1
/
+1
2002-11-16
* goops.scm (standard-define-class): Changed definition to form
Dirk Herrmann
2
-1
/
+7
2002-07-13
* oop/goops.scm (define-generic, define-accessor): Make sure that
Dirk Herrmann
2
-13
/
+22
2002-07-13
* oop/goops.scm (define-class): Make sure that define-class will
Dirk Herrmann
2
-17
/
+16
2002-07-08
* goops.scm (define-generic, define-accessor): Make sure that
Dirk Herrmann
3
-8
/
+18
2002-07-07
* now using mmacros instead of macros at some places.
Dirk Herrmann
2
-2
/
+6
2002-02-26
Revert to 1.6 (1.7 was an accidental checkin).
Thien-Thi Nguyen
1
-34
/
+19
2002-02-26
doc/ref/ChangeLog
Thien-Thi Nguyen
1
-23
/
+38
2001-10-21
* lib.scm: Move module the system directives `export',
Mikael Djurfeldt
10
-76
/
+73
2001-08-25
*** empty log message ***
Marius Vollmer
1
-0
/
+5
2001-08-25
(AUTOMAKE_OPTIONS): Change "foreign" to "gnu".
Marius Vollmer
2
-2
/
+2
2001-07-29
*** empty log message ***
Marius Vollmer
1
-0
/
+5
2001-07-29
(hashset-index): Renumbered, since the vcell slot of structs has been
Marius Vollmer
1
-1
/
+1
2001-07-19
* goops/util.scm: Updated copyright notice.
Martin Grabmüller
2
-1
/
+5
2001-07-17
* goops/save.scm: Use `re-export' instead of `export' when
Martin Grabmüller
2
-1
/
+8
2001-06-04
*** empty log message ***
Marius Vollmer
1
-0
/
+5
2001-06-04
Use `re-export' instead of `export' when re-exporting
Marius Vollmer
1
-1
/
+3
2001-06-03
Added exception notice to all files.
Marius Vollmer
11
-0
/
+264
2001-05-19
Fix missing paren.
Marius Vollmer
1
-1
/
+1
2001-05-19
*** empty log message ***
Marius Vollmer
1
-0
/
+5
2001-05-19
Call `%init-goops-builtins' instead of using the
Marius Vollmer
1
-6
/
+9
2001-05-15
*** empty log message ***
Marius Vollmer
1
-0
/
+6
2001-05-15
Merged from mvo-vcell-cleanup-1-branch.
Marius Vollmer
1
-1
/
+3
2001-05-05
*** empty log message ***
Marius Vollmer
1
-0
/
+9
2001-05-05
(top-level-env): Use `current-module' instead of
Marius Vollmer
1
-3
/
+4
[next]