mccallum
83a875da07
Patched from mail. See ChangeLog
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@743 72102866-910b-0410-8b05-ffd578937521
1996-01-21 01:36:47 +00:00
mccallum
c0b2b66d00
(OBJECTS_SUBMINOR_VERSION): libobjects version 0.1.18.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@742 72102866-910b-0410-8b05-ffd578937521
1996-01-19 17:16:59 +00:00
mccallum
fc7c12cf32
(OBJS_INSTALL): Fix typo NeXT_OBJS -> NEXTSTEP_OBJS in situation of
...
running under NeXTSTEP, but not using NeXT runtime. (Reported by
Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@741 72102866-910b-0410-8b05-ffd578937521
1996-01-19 16:37:32 +00:00
mccallum
7deb5b6173
([NSString -initWithCString:length:]): Handle case of NULL cString.
...
([NSString -initWithCString:]): Likewise.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@740 72102866-910b-0410-8b05-ffd578937521
1996-01-19 16:12:12 +00:00
mccallum
7a7174faef
Before making soft links from previous change, remove them.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@739 72102866-910b-0410-8b05-ffd578937521
1996-01-19 16:08:50 +00:00
mccallum
50c0aa3ed4
make NSBundle work, if cwd is not in PATH.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@738 72102866-910b-0410-8b05-ffd578937521
1996-01-19 16:02:02 +00:00
mccallum
df461b0a19
(libobjects.so.$OBJECTS_VERSION)): Re-add the
...
-Wl,-soname,libobjects.so.$(OBJECTS_MAJOR_VERSION) argument. Create a
soft link named libobjects.so.
(install): Install a soft link named libobjects.so.
(Fixes sent by Jeremy Bettis <jbettis@cse.unl.edu>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@737 72102866-910b-0410-8b05-ffd578937521
1996-01-19 15:56:09 +00:00
mccallum
5af5f96058
Remove -$(MAKEFLAGS) as argument to recursive calls of $(MAKE); this
...
happens automatically. (Reported by Niels Mvller
<nisse@lysator.liu.se>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@736 72102866-910b-0410-8b05-ffd578937521
1996-01-19 15:43:31 +00:00
mccallum
e89df7c01e
(OBJECTS_SUBMINOR_VERSION): Version 0.1.17.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@735 72102866-910b-0410-8b05-ffd578937521
1996-01-17 00:33:46 +00:00
mccallum
2103ebe3a4
Comment indentation fix.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@734 72102866-910b-0410-8b05-ffd578937521
1996-01-17 00:33:08 +00:00
mccallum
cb438ad813
Update copyright. (objc_load_module): Use
...
CON_AUTOLOAD instead of SYS_AUTOLOAD.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@733 72102866-910b-0410-8b05-ffd578937521
1996-01-16 23:36:19 +00:00
mccallum
240b644e22
* aclocal.m4 (OBJC_SYS_AUTOLOAD): Define CON_AUTOLOAD if
...
/usr/include/elf.h exists. Use yes/no rather than 1/0.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@732 72102866-910b-0410-8b05-ffd578937521
1996-01-16 23:32:15 +00:00
mccallum
70dce47779
(HEADERS_INSTALL): Remove objects/config.h.
...
(install): Look for libobjects.so file, not just for configure
variable. Remove unwanted `;'. Install objects/config.h from build
directory. (Fixes provided by Matthias Klose <doko@cs.tu-berlin.de>).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@731 72102866-910b-0410-8b05-ffd578937521
1996-01-16 17:24:56 +00:00
mccallum
a7f0a4e618
([NSDate -description]): replace strftime() with sprintf() equivalent
...
for NEXTSTEP.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@730 72102866-910b-0410-8b05-ffd578937521
1996-01-16 00:48:44 +00:00
mccallum
b82f3194a0
(install): Prefix data files with $(srcdir).
...
(Makefile): New target.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@729 72102866-910b-0410-8b05-ffd578937521
1996-01-16 00:40:04 +00:00
mccallum
7e94490c7d
(all): Remove target `bundles' for now; linking them doesn't always
...
work. If people want to test bundles, they can type `make bundles'.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@728 72102866-910b-0410-8b05-ffd578937521
1996-01-16 00:17:12 +00:00
mccallum
3682627d9b
($(NSVALUE_MFILES)): Use sed instead of expr to extract number.
...
($(NSNUMBER_MFILES)): Likewise.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@727 72102866-910b-0410-8b05-ffd578937521
1996-01-16 00:07:21 +00:00
mccallum
3589831229
(ALL_CPPFLAGS): -I../src, not -I.
...
(Makefile): Prefix dependancy with $(srcdir).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@726 72102866-910b-0410-8b05-ffd578937521
1996-01-15 23:40:56 +00:00
mccallum
d529cee8a5
(OBJECTS_FTP_MACHINE): Change to prep.
...
(OBJECTS_FTP_DIRECTORY): Change to pub/gnu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@725 72102866-910b-0410-8b05-ffd578937521
1996-01-15 22:55:51 +00:00
mccallum
35036d6a33
(OBJECTS_SUBMINOR_VERSION): libobjects version 0.1.16.
...
(OBJECTS_GCC_VERSION): Updated from 2.7.0 to 2.7.2.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@724 72102866-910b-0410-8b05-ffd578937521
1996-01-15 22:31:10 +00:00
mccallum
5159269b05
(OBJC_SYS_DYNAMIC_LINKER): Expand macro correctly in dld/defs.h check.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@723 72102866-910b-0410-8b05-ffd578937521
1996-01-15 22:24:43 +00:00
mccallum
4d1bd84ee8
(dist): Add -9 to gzip args.
...
(snapshot): Likewise.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@722 72102866-910b-0410-8b05-ffd578937521
1996-01-15 22:21:06 +00:00
mccallum
aa14c110d3
Remove --enable-shared from first example of installation commands;
...
many people were using ignorant of whether or not their system
supported dynamically-linked shared libraries.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@721 72102866-910b-0410-8b05-ffd578937521
1996-01-15 22:15:16 +00:00
mccallum
5eac6bd474
Remove test09; it doesn't work, but it doesn't matter.
...
(SRCS): Remove test09.m.
(test09): Remove target.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@720 72102866-910b-0410-8b05-ffd578937521
1996-01-15 22:09:17 +00:00
mccallum
9dad290c82
Test whether loading of contructor functions works by actually
...
compiling and running a program, not by looking for /usr/include/elf.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@719 72102866-910b-0410-8b05-ffd578937521
1996-01-15 22:07:36 +00:00
mccallum
e5b08a44d3
(LIBS): Added -lm.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@718 72102866-910b-0410-8b05-ffd578937521
1996-01-12 22:55:17 +00:00
mccallum
b4be898aef
([NSProcessInfo -globallyUniqueString]): Don't use the %@ printf
...
format directive, since it isn't implemented yet; use %s and -cString
instead.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@717 72102866-910b-0410-8b05-ffd578937521
1996-01-12 22:28:41 +00:00
mccallum
b9e4acc0ec
Don't test !(sgi), since SYS_AUTOLOAD is fixed.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@716 72102866-910b-0410-8b05-ffd578937521
1996-01-12 22:17:53 +00:00
mccallum
81e950dfba
(objc_find_executable): #ifdef NeXT, use getwd() instead of getcwd().
...
(Reported by Gregor Hoffleit <flight@mathi.uni-heidelberg.DE>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@715 72102866-910b-0410-8b05-ffd578937521
1996-01-12 21:24:07 +00:00
mccallum
569719b8b0
([NSDate -description]): Don't use strftime #ifdef NeXT. (Reported by
...
Gregor Hoffleit <flight@mathi.uni-heidelberg.DE>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@714 72102866-910b-0410-8b05-ffd578937521
1996-01-12 21:09:48 +00:00
mccallum
79fa53e8d4
(objects/stdobjects.h): prepend objects/stdobjects.h.in with
...
$(srcdir).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@713 72102866-910b-0410-8b05-ffd578937521
1996-01-12 20:55:35 +00:00
mccallum
d7f4f8f37c
($(DYNAMIC_OFILES)): Use $(srcdir).
...
($(BUNDLE_NAMEJ)): Likewise.
(Reported by Matthias Klose <doko@cs.tu-berlin.de>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@712 72102866-910b-0410-8b05-ffd578937521
1996-01-12 20:42:18 +00:00
mccallum
7a42c503ab
(NXStringTable_scan.o): Removed target; let pattern rule take care of
...
it.
($(NSVALUE_MFILES)): Use $@ instead of $* in expr argument.
($(NSNUMBER_MFILES)): Likewise.
(Reported by <pfuchs@tag01.acnet.net>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@711 72102866-910b-0410-8b05-ffd578937521
1996-01-12 20:20:57 +00:00
mccallum
07d5a24cbf
([NSMethodSignature +signatureWithObjCTypes:]): Use gcc's builtin
...
memcpy instead of bcopy. (Reported by Matthias Klose
<doko@cs.tu-berlin.de>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@710 72102866-910b-0410-8b05-ffd578937521
1996-01-12 16:56:38 +00:00
mccallum
8f5a50eff9
([NSMethodSignature +signatureWithObjCTypes:]): Fix typo: change
...
objc_size_of_type to objc_sizeof_type. (Reported by
Gregor Hoffleit <flight@mathi.uni-heidelberg.DE>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@709 72102866-910b-0410-8b05-ffd578937521
1996-01-12 16:54:39 +00:00
mccallum
d3fda08ef8
(libobjects.so.$(OBJECTS_VERSION)): Removed
...
"-Wl,-soname,libobjects.so.$(OBJECTS_VERSION)"; gcc does this
automatically. (Reported by Matthias Klose <doko@cs.tu-berlin.de>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@708 72102866-910b-0410-8b05-ffd578937521
1996-01-12 16:45:56 +00:00
mccallum
cae481e0de
Include <netdb.h> for MAXHOSTNAMELEN. (Reported by Matthias Klose
...
<doko@cs.tu-berlin.de>.)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@707 72102866-910b-0410-8b05-ffd578937521
1996-01-12 16:42:12 +00:00
mccallum
dfc6da3d1e
(ALL_CPPFLAGS): Add -I. for objects/config.h. (Reported by
...
Matthias Klose <doko@cs.tu-berlin.de>)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@706 72102866-910b-0410-8b05-ffd578937521
1996-01-12 16:40:17 +00:00
mccallum
7b8352eec2
(ALL_INCLUDE_FLAGS): Add -I. for objects/config.h. (Reported by
...
Matthias Klose <doko@cs.tu-berlin.de>)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@705 72102866-910b-0410-8b05-ffd578937521
1996-01-12 16:38:56 +00:00
mccallum
7ceeb55425
Remove #if NeXT and alternate #include's.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@704 72102866-910b-0410-8b05-ffd578937521
1996-01-11 00:20:48 +00:00
mccallum
36b433a642
([MethodInvocation -initWithSelector:arguments:]): New method, not
...
implemented.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@703 72102866-910b-0410-8b05-ffd578937521
1996-01-10 19:55:42 +00:00
mccallum
7925a68d6e
Remove #if NeXT and alternate #include's.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@702 72102866-910b-0410-8b05-ffd578937521
1996-01-10 15:51:25 +00:00
mccallum
33e45f4f7c
([Storage -insertElement:at:]): Increment numElements. (Reported by
...
Revuz Dominique <dr@univ-mlv.fr>).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@701 72102866-910b-0410-8b05-ffd578937521
1996-01-09 20:24:52 +00:00
mccallum
b6bfb84e69
(RCS_FILES): Remove out-of-date MACHINES and CREDITS files.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@700 72102866-910b-0410-8b05-ffd578937521
1996-01-09 19:07:32 +00:00
mccallum
f3c70def67
Use @samp around --enabled-shared.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@699 72102866-910b-0410-8b05-ffd578937521
1996-01-09 19:05:00 +00:00
mccallum
3cb4a46d7c
(OBJECTS_SUBMINOR_VERSION): Version 0.1.15.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@698 72102866-910b-0410-8b05-ffd578937521
1996-01-08 18:56:00 +00:00
mccallum
4291610d73
No longer include machines.texi. Mention www homepage.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@697 72102866-910b-0410-8b05-ffd578937521
1996-01-08 17:27:28 +00:00
mccallum
267c1db55b
Include quick-and-dirty example. Describe --enable-shared.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@696 72102866-910b-0410-8b05-ffd578937521
1996-01-08 17:26:41 +00:00
mccallum
85bca61698
Remove mention of DISCUSSION file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@695 72102866-910b-0410-8b05-ffd578937521
1996-01-08 17:16:13 +00:00
mccallum
08d4b5954a
Fixes for post-0.1.14.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@694 72102866-910b-0410-8b05-ffd578937521
1996-01-08 17:14:38 +00:00