Commit graph

1921 commits

Author SHA1 Message Date
mccallum
c6071d8497 ([Storage -initCount:elementSize:description:]): In accordance with
Objective C runtime change, use objc_malloc as a function, not a
function pointer.
([Storage -shallowCopy]): Likewise.
([Storage -read:]): Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1722 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:02:14 +00:00
mccallum
06dc514aa1 ([Storage -initCount:elementSize:description:]): 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@1721 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:01:38 +00:00
mccallum
610b68f9df ([NSMutableData -initWithCapacity:]): 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@1720 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:00:37 +00:00
mccallum
a5c1633e12 ([NSGMutableData -initWithCapacity:]): 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@1719 72102866-910b-0410-8b05-ffd578937521
1996-09-07 20:00:12 +00:00
mccallum
af85fabbe0 ([NSAutoreleasePool -init]): In accordance with Objective C runtime
change, use objc_malloc as a function, not a function pointer.
([NSAutoreleasePool -addObject:]): Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1718 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:57:33 +00:00
mccallum
a9caed6149 ([MemoryStream -readLine]): 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@1717 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:56:42 +00:00
mccallum
7b79f8c611 ([Invocation -initWithCoder:]): 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@1716 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:56:16 +00:00
mccallum
ec323aa928 Update instructions for new Objective C runtime patches and for new
pthreads.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1715 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:44:48 +00:00
mccallum
7873690a45 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1714 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:43:41 +00:00
mccallum
8f01757925 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1713 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:43:29 +00:00
mccallum
4a691e80d7 Talk about new ObjC patches.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1712 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:16:49 +00:00
mccallum
0d1efb9c0e New from FSF
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1711 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:09:27 +00:00
mccallum
6cc1b8dc12 Added some pattern rules, but commented them out for now.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1710 72102866-910b-0410-8b05-ffd578937521
1996-09-07 19:03:56 +00:00
mccallum
50c6934e1c Remove comment about NeXT's reputation for legal intimidation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1709 72102866-910b-0410-8b05-ffd578937521
1996-09-07 17:58:51 +00:00
mccallum
a9b5777c5d ([NSCharacterSet +_bitmapForSet:number:]): Retain cached set.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1708 72102866-910b-0410-8b05-ffd578937521
1996-09-07 17:56:16 +00:00
mccallum
8bce6ffe5d ([NSGCString -substringFromRange:]): Don't always return a mutable
string class; return the same mutable/immutable string class as self.
This also simplies the code.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1707 72102866-910b-0410-8b05-ffd578937521
1996-09-07 17:54:08 +00:00
mccallum
d8fb0d2318 ([NSGCString -substringFromRange:]): New method, overrides superclass
method with more efficient implementation.  (From Eric Norum.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1706 72102866-910b-0410-8b05-ffd578937521
1996-09-07 17:47:24 +00:00
mccallum
7f7b75786e Now that NSCharacterSet's does its own caching, simplify this code.
(Changes from Eric Norum <Eric.Norum@usask.ca>.)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1705 72102866-910b-0410-8b05-ffd578937521
1996-09-07 17:46:10 +00:00
mccallum
6a259fe224 (NSCharacterSet_PATH): New macro, replacing BITMAP_PATH. Value
partially determined by GNUSTEP_INSTALL_PREFIX.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1704 72102866-910b-0410-8b05-ffd578937521
1996-09-07 17:45:08 +00:00
mccallum
5f9b72d7aa Use AC_CHECKING instead of `echo', so ./configure obeys --quiet and
--silent.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1703 72102866-910b-0410-8b05-ffd578937521
1996-09-07 17:39:21 +00:00
mccallum
5abc3f56b8 (DEFS): Add definition of GNUSTEP_INSTALL_PREFIX, equal to $(prefix).
This is needed by NSCharacterSet, so it knows where to find the char
set data files.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1702 72102866-910b-0410-8b05-ffd578937521
1996-09-07 17:37:30 +00:00
mccallum
5833c604c8 Fixes from Knauth.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1701 72102866-910b-0410-8b05-ffd578937521
1996-09-04 18:15:05 +00:00
mccallum
443e6d4a37 Grammar improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1700 72102866-910b-0410-8b05-ffd578937521
1996-09-04 15:53:02 +00:00
mccallum
649d7e245d *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1699 72102866-910b-0410-8b05-ffd578937521
1996-09-04 15:33:34 +00:00
mccallum
a30f6c455b (Why don't we separate the OpenStep standard classes from the
GNU-specific classes?): New Q/A pair.
(Where can I get a copy?): Removed reference to Rochester's FTP site,
which will no longer be used, now that I'm at CMU.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1698 72102866-910b-0410-8b05-ffd578937521
1996-09-04 15:29:29 +00:00
mccallum
1dde498575 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1695 72102866-910b-0410-8b05-ffd578937521
1996-09-02 20:30:43 +00:00
mccallum
5e1924198c *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1693 72102866-910b-0410-8b05-ffd578937521
1996-09-02 20:10:33 +00:00
mccallum
14d86ba8ac Use new exception variable name.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1692 72102866-910b-0410-8b05-ffd578937521
1996-09-02 20:06:14 +00:00
mccallum
6dc9084e06 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1691 72102866-910b-0410-8b05-ffd578937521
1996-09-02 19:32:14 +00:00
mccallum
f9e121c2f5 ([NSString -substringFromRange:]): Implement it using CString's for
now so we can get it working; (we'll fix everything for Unichar's in
the next release).


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1690 72102866-910b-0410-8b05-ffd578937521
1996-09-02 19:31:44 +00:00
mccallum
84fa615ff1 New file from Eric Norum.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1689 72102866-910b-0410-8b05-ffd578937521
1996-09-02 18:45:21 +00:00
mccallum
4b87b06252 (VERSION): Use curly braces for sh.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1688 72102866-910b-0410-8b05-ffd578937521
1996-09-02 17:10:23 +00:00
mccallum
306487ed90 say Adam Fedor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1687 72102866-910b-0410-8b05-ffd578937521
1996-09-02 17:06:33 +00:00
mccallum
98bc21a682 Describe recent NSScanner and NSCharacterSet work.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1686 72102866-910b-0410-8b05-ffd578937521
1996-09-02 17:06:05 +00:00
mccallum
b25a4c1198 (FTP_DIRECTORY): Remove spaces around `=' so file can be read by sh.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1685 72102866-910b-0410-8b05-ffd578937521
1996-09-02 16:39:15 +00:00
mccallum
9fd5ef9594 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1684 72102866-910b-0410-8b05-ffd578937521
1996-09-02 16:32:39 +00:00
mccallum
103c8a9104 *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1683 72102866-910b-0410-8b05-ffd578937521
1996-09-02 16:32:24 +00:00
mccallum
253da518ad *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1682 72102866-910b-0410-8b05-ffd578937521
1996-09-02 16:23:20 +00:00
mccallum
ed70de48e0 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1681 72102866-910b-0410-8b05-ffd578937521
1996-09-02 16:22:25 +00:00
mccallum
68ddaf3e77 New file.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1680 72102866-910b-0410-8b05-ffd578937521
1996-09-02 15:59:13 +00:00
mccallum
a8a3a4846f *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1679 72102866-910b-0410-8b05-ffd578937521
1996-09-02 15:55:52 +00:00
mccallum
4e81f2bc2d *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1678 72102866-910b-0410-8b05-ffd578937521
1996-09-02 15:54:23 +00:00
mccallum
fbb1b130bd ([NSString -substringFromRange:]): Fix bug in references to string
length.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1677 72102866-910b-0410-8b05-ffd578937521
1996-09-02 15:53:47 +00:00
mccallum
a771445ded ([NSGArray +initialize]): Declare NonCore classes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1676 72102866-910b-0410-8b05-ffd578937521
1996-09-02 15:53:07 +00:00
mccallum
daf48e7cef ([NSCharacterSet +_bitmapForSet:number:]): Add an abort() after
raising the exception, to avoid gcc warning.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1675 72102866-910b-0410-8b05-ffd578937521
1996-09-02 15:52:46 +00:00
mccallum
8b007af2cb Fix NSUserDefaults and general GNU-related notes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1674 72102866-910b-0410-8b05-ffd578937521
1996-09-02 15:52:16 +00:00
mccallum
9fc45d42f8 Update NSScanner.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1673 72102866-910b-0410-8b05-ffd578937521
1996-09-02 15:27:46 +00:00
mccallum
e0e141d1bd (clean): Fix dependancies so we actually clean-top, not mostlyclean-top.
(distclean): Analogously.
(maintainer-clean): Analogously.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1672 72102866-910b-0410-8b05-ffd578937521
1996-09-02 14:52:57 +00:00
mccallum
8a1cfa2d53 (SUBMINOR_VERSION): Version 0.2.7.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1671 72102866-910b-0410-8b05-ffd578937521
1996-09-02 14:00:04 +00:00
mccallum
83d5dac394 ([NSCharacterSet +_bitmapForSet:number:]): Use new exception variable
name.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1670 72102866-910b-0410-8b05-ffd578937521
1996-09-02 13:58:02 +00:00