You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
2.9 KiB
Plaintext
91 lines
2.9 KiB
Plaintext
2003-02-22 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Import from recent gcc CVS. Bump version to 1.2.3
|
|
|
|
Tue Feb 11 17:11:00 2003 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
|
|
|
* init.c: Don't do the check to see if Object and NXConstantString
|
|
are set up before calling +load ... NXConstantString is never set
|
|
when we use gcc-3.0 and later in GNUstep ... which means that
|
|
+load would never be sent.
|
|
|
|
Thu Sep 12 13:15:00 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
* libobjc.def (objc_set_error_handler): Added.
|
|
(Reported by Roland Schwingel <Roland.Schwingel@onevision.de>).
|
|
* objc/objc-api.h (objc_set_error_handler): Mark it as
|
|
objc_EXPORT.
|
|
|
|
2002-05-02 Adam Fedor <fedor@gnu.org>
|
|
|
|
* GNUmakefile: Version 1.2.2
|
|
|
|
Thu Apr 18 11:29:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
* objc/objc-decls.h: Updated to latest gnustep-make conventions
|
|
on Windows DLL import/export.
|
|
|
|
2002-03-14 Adam Fedor <fedor@gnu.org>
|
|
|
|
* GNUmakefile: Version 1.2.0
|
|
|
|
Thu Nov 22 01:14:31 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
* GNUmakefile (CVS_MODULE_NAME): Define.
|
|
|
|
2001-11-11 Adam Fedor <fedor@gnu.org>
|
|
|
|
* GNUmakefile: Version 1.1.0
|
|
|
|
Thu Oct 25 10:49:00 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
|
|
|
* GNUmakefile (USE_LIBRARY_MAKE): New variable. Updated code to
|
|
decide if library.make or clibrary.make is needed to match the
|
|
actual gnustep-make version which is going to be 1.2.0.
|
|
|
|
Tue Oct 16 03:39:21 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
* GNUmakefile (LIBRARY_INSTALL_DIR): Reverted last change.
|
|
(CLIBRARY_NAME): Define for gnustep-make version later than 1.
|
|
* GNUmakefile: Include library.make if gnustep-make version
|
|
is 1; include clibrary.make if gnustep-make version is > 1.
|
|
|
|
Mon Oct 1 03:36:50 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
* GNUmakefile (LIBRARY_INSTALL_DIR): Only include this definition
|
|
for gnustep-make version 1. Adapted definition to work with
|
|
latest gnustep-make, where GNUSTEP_TARGET_LIBRARIES has been
|
|
removed.
|
|
|
|
Mon Sep 24 10:37:01 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
|
|
|
* GNUmakefile (THREADING): Use win32 threads for cygwin.
|
|
|
|
2001-05-29 Adam Fedor <fedor@gnu.org>
|
|
|
|
* GNUmakefile: Version 1.0.1
|
|
|
|
2001-05-24 Adam Fedor <fedor@gnu.org>
|
|
|
|
* init.c (__objc_send_message_in_list): Use method_imp as hash key
|
|
(typo fix);
|
|
|
|
* GNUmakefile (runtime-info.h): Special rule for mingw32 using...
|
|
* get-runtime-info: New script.
|
|
|
|
2001-05-04 Adam Fedor <fedor@gnu.org>
|
|
|
|
* Version 1.0.0
|
|
* Previous changes before importing into GNUstep CVS.
|
|
* hash.c (hash_add): cast cachep to int.
|
|
* init.c: Change DEBUG to DEBUG_RUNTIME
|
|
* libobjc.def: Remove NXConstantString, add thread functions.
|
|
* linking.m: Remove NXConstantString
|
|
* selector.c (__sel_register_typed_name): Cast soffset_decode to int.
|
|
* sendmsg.c: Declare __objc_generate_gc_type_description extern
|
|
* objc/hash.h: Change extern to objc_EXPORT
|
|
* objc/runtime.h: Likewise. Change DEBUG to DEBUG_RUNTIME
|
|
* objc/objc-decl.h: New file.
|
|
* config: New config directory
|
|
|