Commit graph

1921 commits

Author SHA1 Message Date
mccallum
96f048c9a2 Fix copyright date, and make minor formatting changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1792 72102866-910b-0410-8b05-ffd578937521
1996-09-17 20:51:44 +00:00
mccallum
9dee60b7f5 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1791 72102866-910b-0410-8b05-ffd578937521
1996-09-17 20:47:55 +00:00
mccallum
fb130bf261 (MEMORY_CHECK): Macro deleted. objc_malloc() and friends take care of
raising the correct exception.  All calls removed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1790 72102866-910b-0410-8b05-ffd578937521
1996-09-17 20:44:13 +00:00
mccallum
ca43d69ed2 Patch from Adam Fedor. See ChangeLog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1789 72102866-910b-0410-8b05-ffd578937521
1996-09-17 20:41:37 +00:00
mccallum
2b225fe72a Add config.h.in.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1788 72102866-910b-0410-8b05-ffd578937521
1996-09-17 20:39:43 +00:00
mccallum
e02d9fc9d6 (DIST_FILES): Add space before backslash.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1787 72102866-910b-0410-8b05-ffd578937521
1996-09-17 20:39:22 +00:00
mccallum
e8bfee10c4 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1786 72102866-910b-0410-8b05-ffd578937521
1996-09-17 20:17:40 +00:00
mccallum
af5d609f11 Don't include config.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1785 72102866-910b-0410-8b05-ffd578937521
1996-09-17 16:05:04 +00:00
mccallum
62e5dcbb0e Fix typo in use of @code{}.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1784 72102866-910b-0410-8b05-ffd578937521
1996-09-17 15:41:36 +00:00
mccallum
2703590ece *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1783 72102866-910b-0410-8b05-ffd578937521
1996-09-17 15:40:39 +00:00
mccallum
8208873bc6 (SUBMINOR_VERSION): Version 0.2.9.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1782 72102866-910b-0410-8b05-ffd578937521
1996-09-17 15:38:50 +00:00
mccallum
77857647de (DIST_FILES): Added contents of RCS_FILES. Added acconfig.h.
(RCS_FILES): Variable removed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1781 72102866-910b-0410-8b05-ffd578937521
1996-09-17 15:37:45 +00:00
mccallum
447d947f10 Cause the time stamp to updates automatically by emacs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1780 72102866-910b-0410-8b05-ffd578937521
1996-09-17 15:31:10 +00:00
mccallum
27a7391f2a Test new method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1779 72102866-910b-0410-8b05-ffd578937521
1996-09-17 15:03:25 +00:00
mccallum
0e75eb6d02 Declare new method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1778 72102866-910b-0410-8b05-ffd578937521
1996-09-17 15:03:00 +00:00
mccallum
2a01942773 ([NSScanner -scanRadixUnsignedInt:]): New method.
([NSScanner -_scanInt:]): Deal with overflow better.  (?)
([NSScanner -scanLongLong:]): Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1777 72102866-910b-0410-8b05-ffd578937521
1996-09-17 15:02:31 +00:00
mccallum
c1fb4e8088 ([NSObject -doesNotRecognizeSelector:]): Raise
NSInvalidArgumentException, not NSGenericException.  (Reported by
Jeremy Bettis <jeremy@tddi.inetnebr.com>.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1776 72102866-910b-0410-8b05-ffd578937521
1996-09-17 14:33:30 +00:00
mccallum
7d6c23c297 ([HashTable -isKey]): Updated isKey to use the new hash_value_for_key
function in the runtime, and thereby allow for nulls in HashTables.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1775 72102866-910b-0410-8b05-ffd578937521
1996-09-17 14:20:23 +00:00
mccallum
4935a94f87 New binary files. Now did cvsadmin -kb
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1774 72102866-910b-0410-8b05-ffd578937521
1996-09-17 13:58:34 +00:00
mccallum
dbc6e293eb (DYNAMIC_LINKER): Put double quotes around some $-variable
dereferences.  (Reported by Richard Frith-Macdonald
<richard@brainstorm.co.uk>.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1773 72102866-910b-0410-8b05-ffd578937521
1996-09-16 20:56:54 +00:00
mccallum
41c3b31702 Include <objc/objc-api.h>. (Reported by Richard Frith-Macdonald
<richard@brainstorm.co.uk>.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1772 72102866-910b-0410-8b05-ffd578937521
1996-09-16 20:55:02 +00:00
mccallum
b650e02702 Don't include no-longer-existant gnustep/base/objc-malloc.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1771 72102866-910b-0410-8b05-ffd578937521
1996-09-16 20:46:03 +00:00
mccallum
17b5b114fa *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1770 72102866-910b-0410-8b05-ffd578937521
1996-09-16 20:43:22 +00:00
mccallum
912070f192 Don't include gnustep/base/config.h. Note, this file used to define
NeXT_runtime and NeXT_cc.  These macros will no longer be available to
library users.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1769 72102866-910b-0410-8b05-ffd578937521
1996-09-16 20:42:00 +00:00
mccallum
699ca2a010 (include/config.h.in): New dependancy.
(include/config.h): New dependancy.
(ALL_CPPFLAGS): Added -include argument to have gcc look at
include/config.h.  It is no longer included in include/preface.h
because other packages that use the installed Base Library may have
their own ideas about these macro values.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1768 72102866-910b-0410-8b05-ffd578937521
1996-09-16 20:41:04 +00:00
mccallum
07d9ffba34 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1767 72102866-910b-0410-8b05-ffd578937521
1996-09-16 20:38:59 +00:00
mccallum
5cee841f6d Use AC_CONFIG_HEADER to put config macros in a file instead of on
gcc's command line.  Use AC_DEFINE_UNQUOTED to set NeXT_runtime and
NeXT_cc instead of using AC_SUBST.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1766 72102866-910b-0410-8b05-ffd578937521
1996-09-16 20:38:37 +00:00
mccallum
64b7b93708 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1765 72102866-910b-0410-8b05-ffd578937521
1996-09-16 19:38:37 +00:00
mccallum
800842749b (diff): Add -N flag so new files will get created.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1764 72102866-910b-0410-8b05-ffd578937521
1996-09-16 19:08:40 +00:00
mccallum
1cbfed198c (DIST_FILES): Fix typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1743 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:13:36 +00:00
mccallum
4f3331dbc1 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1742 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:12:56 +00:00
mccallum
17ccf26a42 (DIST_FILES): Remove gcc-objc.patch. Add gcc-2.7.2-objc.diff and
gcc-2.7.2.1-objc.diff.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1741 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:12:49 +00:00
mccallum
52dbe67f7b *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1740 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:09:35 +00:00
mccallum
c02a8b824f (SUBMINOR_VERSION): Version 0.2.8.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1739 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:09:27 +00:00
mccallum
a89ecacf28 Insert -lobjc before rest of LIBS, not after.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1738 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:08:58 +00:00
mccallum
fc674dfcd0 Remove underscore from front of objc_thread type.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1737 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:08:23 +00:00
mccallum
42d2388f96 Remove underscores from front of objc_mutex types.
([NSObject -error:]): Use objc_verror(), not _objc_error.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1736 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:07:27 +00:00
mccallum
508f175d9f Refine instructions for installing pthreads. Wow, is it yucky.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1735 72102866-910b-0410-8b05-ffd578937521
1996-09-07 21:06:16 +00:00
mccallum
d05c02fd6b Remove check for sel_types_match. That patch was added long ago.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1734 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:40:41 +00:00
mccallum
e799e98a56 (OBJC_STRINGIFY): New macro.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1733 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:35:13 +00:00
mccallum
195b4d8fb6 Don't include objc-malloc.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1732 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:28:17 +00:00
mccallum
6604c66f24 Remove underscore from before objc_mutex_t.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1731 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:25:48 +00:00
mccallum
c2456276bb (OBJC_MALLOC): Macro moved here from src/include/objc-malloc.h.
(OBJC_VALLOC): Likewise.
(OBJC_ATOMIC_MALLOC): Likewise.
(OBJC_REALLOC): Likewise.
(OBJC_CALLOC): Likewise.
(OBJC_FREE): Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1730 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:21:27 +00:00
mccallum
de748f5045 Don't include objc-malloc.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1729 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:17:46 +00:00
mccallum
9c46a8fc38 (GNU_MFILES): Remove objc-malloc.m.
(GNU_HEADERS): Remove include/objc-malloc.h.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1728 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:13:55 +00:00
mccallum
50706f1be6 In accordance with Objective C runtime change, use objc_realloc as a
function, not a function pointer.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1727 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:08:43 +00:00
mccallum
ff62ff2d40 ([MemoryStream -writeBytes:length:]): In accordance with Objective C
runtime change, use objc_realloc as a function, not a function pointer.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1726 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:07:01 +00:00
mccallum
b93881d83f (STRING_ARG): In accordance with Objective C runtime
change, use objc_malloc as a function, not a function pointer.
STRING_ADD_CHAR): Likewise, with objc_realloc.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1725 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:05:25 +00:00
mccallum
a22a1fc4b8 (mframe_build_return): In accordance with Objective C runtime
change, use objc_malloc as a function, not a function pointer.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1724 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:04:13 +00:00
mccallum
6136f85175 (behavior_class_add_methods): In accordance with Objective C runtime
change, use objc_malloc as a function, not a function pointer.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1723 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:03:33 +00:00