[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] branch scratch/record created (now dbb4691)
From: |
Lars Brinkhoff |
Subject: |
[Emacs-diffs] branch scratch/record created (now dbb4691) |
Date: |
Mon, 20 Mar 2017 16:11:05 -0400 (EDT) |
larsb pushed a change to branch scratch/record.
at dbb4691 Enable legacy defstruct compatibility.
This branch includes the following new commits:
new 18e3aac Add record objects with user-defined types.
new 5d4f89f Update cl-defstruct to use records.
new 29d7fef Make EIEIO use records.
new 457791b Test cases.
new be8079b Backward compatibility with pre-existing struct instances.
new fff19c5 Use sizeof to get length of cl-struct prefix.
new 6450a4c Better doc string for `old-struct-compat'.
new db8ff08 Better doc strings for `make-record', `record', and
`copy-record'.
new 91584a7 Make it possible to compare records with `equal'.
new 953ceab Fix cl-print-object to find the object class the new way.
new f6e4882 Make a note that CHECK_RECORD_TYPE is a work in progress.
new 9122e24 Signal errors from APIs.
new dbb4691 Enable legacy defstruct compatibility.
- [Emacs-diffs] branch scratch/record created (now dbb4691),
Lars Brinkhoff <=
- [Emacs-diffs] scratch/record 457791b 04/13: Test cases., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record 29d7fef 03/13: Make EIEIO use records., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record fff19c5 06/13: Use sizeof to get length of cl-struct prefix., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record 6450a4c 07/13: Better doc string for `old-struct-compat'., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record 953ceab 10/13: Fix cl-print-object to find the object class the new way., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record 18e3aac 01/13: Add record objects with user-defined types., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record f6e4882 11/13: Make a note that CHECK_RECORD_TYPE is a work in progress., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record 9122e24 12/13: Signal errors from APIs., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record be8079b 05/13: Backward compatibility with pre-existing struct instances., Lars Brinkhoff, 2017/03/20
- [Emacs-diffs] scratch/record 91584a7 09/13: Make it possible to compare records with `equal'., Lars Brinkhoff, 2017/03/20