[Gnustep-cvs] r40500 - in /libs/base/trunk: ChangeLog Tools/gdomap.c

2017-05-10 Thread wolfgang . lux
Wolfgang Lux <wolfgang@gmail.com> + + * Tools/gdomap.c (nameServer, donames): Fix incorrect use + addresses returned from getaddrinfo. + 2017-04-24 Richard Frith-Macdonald <r...@gnu.org> * Tools/AGSOutput.m: When generating class/method links, treat '[' Modifie

[Gnustep-cvs] r40445 - /libs/base/trunk/Headers/Foundation/NSStream.h

2017-04-04 Thread wolfgang . lux
Author: wlux Date: Tue Apr 4 09:44:00 2017 New Revision: 40445 URL: http://svn.gna.org/viewcvs/gnustep?rev=40445=rev Log: Add missing class declaration for new methods in NSStream.h Modified: libs/base/trunk/Headers/Foundation/NSStream.h Modified:

[Gnustep-cvs] r40333 - in /libs/base/trunk: ./ Source/ Tests/base/NSRegularExpression/

2017-02-11 Thread wolfgang . lux
== --- libs/base/trunk/ChangeLog (original) +++ libs/base/trunk/ChangeLog Sat Feb 11 15:24:58 2017 @@ -1,3 +1,13 @@ +2017-02-11 Wolfgang Lux <wolfgang@gmail.com> + + * Source/GSICUString.m (UTextNSString

[Gnustep-cvs] r40310 - in /libs/ec/trunk: ChangeLog EcAlarmSinkSNMP.m

2017-01-30 Thread wolfgang . lux
Mon Jan 30 13:54:37 2017 @@ -1,3 +1,9 @@ +2017-01-30 Wolfgang Lux <wolfgang@gmail.com> + + * EcAlarmSinkSNMP.m (pollHeartBeat_handler): Don't use memdup, + which is replaced by netsnmp_memdup with a different interface in + net-snmp 5.7.3. + 2016-07-20 Wolfga

[Gnustep-cvs] r40264 - in /libs/gui/trunk: ChangeLog Source/NSWorkspace.m

2016-12-15 Thread wolfgang . lux
Dec 15 11:59:09 2016 @@ -1,3 +1,8 @@ +2016-12-15 Wolfgang Lux <wolfgang@gmail.com> + + * Source/NSWorkspace.m: Change mlock into a private variable to + avoid name conflict with a libc function on Linux. + 2016-11-21 Fred Kiefer <fredkie...@gmx.de> * He

[Gnustep-cvs] r40239 - in /libs/base/trunk: ChangeLog Source/Additions/NSCalendarDate+GNUstepBase.m

2016-11-28 Thread wolfgang . lux
== --- libs/base/trunk/ChangeLog (original) +++ libs/base/trunk/ChangeLog Mon Nov 28 10:01:04 2016 @@ -1,3 +1,10 @@ +2016-11-28 Wolfgang Lux <wolfgang@gmail.com> + + * Source/Additions/NSCalendarDate+GNUstepBase.m (weekOfYear): Fix + an off by 1 calculation

[Gnustep-cvs] r40184 - in /libs/webserver/trunk: ChangeLog WebServerBundles.m

2016-10-28 Thread wolfgang . lux
:33 2016 @@ -1,3 +1,8 @@ +2016-10-28 Wolfgang Lux <wolfgang@gmail.com> + + * WebServerBundles.m (-dealloc): Unregister from notification + center. + 2016-05-19 Richard Frith-Macdonald <r...@gnu.org> * GNUmakefile: Version 1.5.5 bugfix release Modified: li

[Gnustep-cvs] r40086 - in /libs/base/trunk: ChangeLog Source/Additions/GSMime.m

2016-09-16 Thread wolfgang . lux
+1,9 @@ +2016-09-16 Wolfgang Lux <wolfgang@gmail.com> + + * Source/Additions/GSMime.m (convertTo7BitSafe): + Add missing checks to avoid calling caseInsensitiveCompare: with a + nil argument. + 2016-09-16 Niels Grewe <niels.gr...@halbordnung.de> * So

[Gnustep-cvs] r40029 - in /libs/ec/trunk: ChangeLog EcConsole.m

2016-07-20 Thread wolfgang . lux
/trunk/ChangeLog Wed Jul 20 16:05:11 2016 @@ -1,3 +1,9 @@ +2016-07-20 Wolfgang Lux <wolfgang@gmail.com> + + * EcConsole.m (-ecRun): Pass distantFuture to -runMode:beforeDate: + to prevent returning immediately from the run loop after recent + gnustep-base changes. +

[Gnustep-cvs] r39976 - in /libs/base/trunk: ChangeLog Source/GSICUString.m

2016-07-12 Thread wolfgang . lux
2016 @@ -1,3 +1,8 @@ +2016-07-12 Wolfgang Lux <wolfgang@gmail.com> + + * Source/GSICUString.m (UTextNSStringAccess): Fix unsigned + comparison to properly detect integer underflows. + 2016-07-06 Niels Grewe <niels.gr...@halbordnung.de> * Tests/base/NSRegul

[Gnustep-cvs] r39960 - in /libs/base/trunk: ChangeLog Source/NSRegularExpression.m

2016-07-06 Thread wolfgang . lux
== --- libs/base/trunk/ChangeLog (original) +++ libs/base/trunk/ChangeLog Wed Jul 6 10:08:51 2016 @@ -1,3 +1,10 @@ +2016-07-06 Wolfgang Lux <wolfgang@gmail.com> + + * Source/NSRegularExpression.m (-pattern): Fix bug where a UText + structure owned by the icu l

[Gnustep-cvs] r39516 - in /libs/base/trunk: ChangeLog Headers/Foundation/NSLocale.h Source/NSLocale.m

2016-03-10 Thread wolfgang . lux
) +++ libs/base/trunk/ChangeLog Thu Mar 10 09:48:40 2016 @@ -1,3 +1,9 @@ +2016-03-10 Wolfgang Lux <wolfgang@gmail.com> + + * Headers/Foundation/NSLocale.h: + * Source/NSLocale.m (+localeWithLocaleIdentifier:): + Add trivial method introduced in OS X 10.6. + 2016-03-09 Ri

[Gnustep-cvs] r39514 - /apps/gworkspace/trunk/ChangeLog

2016-03-10 Thread wolfgang . lux
/gnustep/apps/gworkspace/trunk/ChangeLog?rev=39514=39513=39514=diff == --- apps/gworkspace/trunk/ChangeLog (original) +++ apps/gworkspace/trunk/ChangeLog Thu Mar 10 09:42:01 2016 @@ -1,3 +1,8 @@ +2016-03-10 Wolfgang Lux

[Gnustep-cvs] r39515 - in /apps/gworkspace/trunk/Inspector: aclocal.m4 configure

2016-03-10 Thread wolfgang . lux
Author: wlux Date: Thu Mar 10 09:42:17 2016 New Revision: 39515 URL: http://svn.gna.org/viewcvs/gnustep?rev=39515=rev Log: Fix linking argument order in configure test. Modified: apps/gworkspace/trunk/Inspector/aclocal.m4 apps/gworkspace/trunk/Inspector/configure Modified:

[Gnustep-cvs] r39171 - in /libs/back/trunk: ChangeLog Source/x11/XGServerWindow.m

2015-11-13 Thread wolfgang . lux
== --- libs/back/trunk/ChangeLog (original) +++ libs/back/trunk/ChangeLog Fri Nov 13 16:30:15 2015 @@ -1,3 +1,11 @@ +2015-11-13 Wolfgang Lux <wolfgang@gmail.com> + + * Source/x11/XGServerWindow.m (_setupRootWindow,

[Gnustep-cvs] r39088 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/STObjCRuntime.m

2015-10-23 Thread wolfgang . lux
(original) +++ libs/steptalk/trunk/ChangeLog Fri Oct 23 18:32:21 2015 @@ -1,3 +1,9 @@ +2015-10-23 Wolfgang Lux <wolfgang@gmail.com> + + * Frameworks/StepTalk/STObjCRuntime.m (selector_types): Fix broken + array initialization, which meant that incorrect method sign

[Gnustep-cvs] r38898 - in /tools/make/trunk: ChangeLog configure configure.ac

2015-08-17 Thread wolfgang . lux
== --- tools/make/trunk/ChangeLog (original) +++ tools/make/trunk/ChangeLog Mon Aug 17 14:48:41 2015 @@ -1,3 +1,11 @@ +2015-08-17 Wolfgang Lux wolfgang@gmail.com + + * configure.ac: Fix the previous change, which had broken the tests + for Objective C++, the fragile

[Gnustep-cvs] r38835 - in /libs/sqlclient/trunk: ChangeLog SQLClient.m

2015-07-23 Thread wolfgang . lux
Thu Jul 23 16:59:03 2015 @@ -1,3 +1,9 @@ +2015-07-23 Wolfgang Lux wolfgang@gmail.com + + * SQLClient.m (initialize): Restore initialization of NSDateClass + so that dates are quoted correctly irrespective of their current + format. + 2015-07-22 Richard Frith-Macdonald r

[Gnustep-cvs] r38810 - in /libs/sqlclient/trunk: ChangeLog Postgres.m

2015-07-16 Thread wolfgang . lux
/ChangeLog Thu Jul 16 15:54:23 2015 @@ -1,3 +1,8 @@ +2015-07-16 Wolfgang Lux wolfgang@gmail.com + + * Postgres.m (newDateFromBuffer): Use local time zone instead of + GMT when parsing a date without a time zone. + 2015-06-29 Richard Frith-Macdonald r...@gnu.org

[Gnustep-cvs] r38743 - in /libs/webservices/trunk: ChangeLog GWSJSONCoder.m

2015-07-03 Thread wolfgang . lux
Jul 3 12:38:23 2015 @@ -1,3 +1,9 @@ +2015-07-03 Wolfgang Lux wolfgang@gmail.com + + * GWSJSONCoder.m (newParsed): Fix bug parsing JSON strings + containing backslashes, which would result in the returned string + being empty. + 2015-03-17 Richard Frith-Macdonald r

[Gnustep-cvs] r38651 - /libs/ec/trunk/EcCommand.m

2015-06-17 Thread wolfgang . lux
Author: wlux Date: Wed Jun 17 14:47:01 2015 New Revision: 38651 URL: http://svn.gna.org/viewcvs/gnustep?rev=38651view=rev Log: Really prevent recursive invocations of log file compression and deletion Modified: libs/ec/trunk/EcCommand.m Modified: libs/ec/trunk/EcCommand.m URL:

[Gnustep-cvs] r38446 - in /libs/base/trunk: ChangeLog configure configure.ac

2015-04-01 Thread wolfgang . lux
Author: wlux Date: Wed Apr 1 10:44:17 2015 New Revision: 38446 URL: http://svn.gna.org/viewcvs/gnustep?rev=38446view=rev Log: Fix comment syntax in configure script Modified: libs/base/trunk/ChangeLog libs/base/trunk/configure libs/base/trunk/configure.ac [This mail would be too

[Gnustep-cvs] r38445 - in /libs/base/trunk: ChangeLog configure configure.ac

2015-04-01 Thread wolfgang . lux
+1,9 @@ +2015-04-01 Wolfgang Lux wolfgang@gmail.com + + * configure.ac: + * configure: + Use standard operator in test command + 2015-03-31 Richard Frith-Macdonald r...@gnu.org * Source/GSPrivate.h: Internal function to get OS thread ID Modified: libs/base/trunk

[Gnustep-cvs] r38297 - in /libs/ec/trunk: ChangeLog GNUmakefile.preamble

2015-01-19 Thread wolfgang . lux
://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/ChangeLog?rev=38297r1=38296r2=38297view=diff == --- libs/ec/trunk/ChangeLog (original) +++ libs/ec/trunk/ChangeLog Mon Jan 19 08:59:17 2015 @@ -1,10 +1,14 @@ +2015-01-19 Wolfgang

[Gnustep-cvs] r38265 - in /libs/base/trunk: ChangeLog Source/GSSocketStream.m Source/GSTLS.m

2014-12-28 Thread wolfgang . lux
:59:36 2014 @@ -1,3 +1,10 @@ +2014-12-28 Wolfgang Lux wolfgang@gmail.com + + * Source/GSSocketStream.m: Add necessary GSTLSHandler methods when + TLS is disabled. + * Source/GSTLS.m (standardizedPath): Define private function only + when TLS is enabled. + 2014-12-23

[Gnustep-cvs] r38266 - in /libs/base/trunk: ChangeLog Source/NSThread.m configure configure.ac

2014-12-28 Thread wolfgang . lux
Author: wlux Date: Sun Dec 28 14:19:19 2014 New Revision: 38266 URL: http://svn.gna.org/viewcvs/gnustep?rev=38266view=rev Log: Fix detection of the proper pthread_setname_np and pthread_set_name_np variants on FreeBSD, OpenBSD and Darwin. Modified: libs/base/trunk/ChangeLog

[Gnustep-cvs] r38267 - /libs/base/trunk/configure.ac

2014-12-28 Thread wolfgang . lux
Author: wlux Date: Sun Dec 28 14:32:13 2014 New Revision: 38267 URL: http://svn.gna.org/viewcvs/gnustep?rev=38267view=rev Log: Restore documentation changes lost during merge Modified: libs/base/trunk/configure.ac Modified: libs/base/trunk/configure.ac URL:

[Gnustep-cvs] r38150 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/STRemoteConversation.m

2014-11-02 Thread wolfgang . lux
Sun Nov 2 22:49:08 2014 @@ -1,3 +1,9 @@ +2014-11-02 Wolfgang Lux wolfgang@gmail.com + + * Frameworks/StepTalk/STRemoteConversation.m (connectionDidDie:): + Fix leak of the proxy and environmentProcess attributes when a + connection died. + 2014-11-01 Wolfgang Lux wolfgang

[Gnustep-cvs] r38151 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/STRemoteConversation.m

2014-11-02 Thread wolfgang . lux
) +++ libs/steptalk/trunk/ChangeLog Sun Nov 2 23:11:55 2014 @@ -1,6 +1,11 @@ 2014-11-02 Wolfgang Lux wolfgang@gmail.com - * Frameworks/StepTalk/STRemoteConversation.m (connectionDidDie:): + * Frameworks/StepTalk/STRemoteConversation.m (-open): Force use of + a socket port

[Gnustep-cvs] r38145 - in /libs/steptalk/trunk: ./ Frameworks/StepTalk/ Languages/Smalltalk/

2014-11-01 Thread wolfgang . lux
Sat Nov 1 18:47:23 2014 @@ -1,3 +1,10 @@ +2014-11-01 Wolfgang Lux wolfgang@gmail.com + + * Frameworks/StepTalk/STClassInfo.m (-dealloc): Release superclass + and superclassName attributes. + * Frameworks/StepTalk/STEnvironment.m (-initWithDescription:): + Remove

[Gnustep-cvs] r38146 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STBlock.m

2014-11-01 Thread wolfgang . lux
/steptalk/trunk/Languages/Smalltalk/ChangeLog (original) +++ libs/steptalk/trunk/Languages/Smalltalk/ChangeLog Sat Nov 1 19:26:39 2014 @@ -1,3 +1,19 @@ +2014-11-01 Wolfgang Lux wolfgang@gmail.com + +* STBlock.m (-valueWithArguments:): Fix bug where the cached context +of a block could

[Gnustep-cvs] r38147 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/NSObject+additions.h Frameworks/StepTalk/NSObject+additions.m

2014-11-01 Thread wolfgang . lux
== --- libs/steptalk/trunk/ChangeLog (original) +++ libs/steptalk/trunk/ChangeLog Sat Nov 1 19:36:50 2014 @@ -1,3 +1,10 @@ +2014-11-01 Wolfgang Lux wolfgang@gmail.com + + * Frameworks/StepTalk/NSObject+additions.h (-notEqual:, -notSame:): + * Frameworks/StepTalk/NSObject

[Gnustep-cvs] r38118 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STBytecodeInterpreter.m STMethodContext.h STMethodContext.m

2014-10-14 Thread wolfgang . lux
Wolfgang Lux wolfgang@gmail.com - * STSmalltalkScriptObject.m (-forwardInvocation:): Set the return - value of the invocation object also when the exit pseudo method of - the script object is called. +* STMethodContext.h (+methodContextWithMethod:, initWithMethod

[Gnustep-cvs] r38119 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STBlock.m STBlockContext.h STBlockContext.m

2014-10-14 Thread wolfgang . lux
+1,11 @@ +2014-10-14 Wolfgang Lux wolfgang@gmail.com + +* STBlockContext.h (STExecutionContext, -initWithInitialIP:stackSize:): +* STBlockContext.m (-initWithInitialIP:stackSize:): +* STBlock.m (-valueWithArguments:): +Remove unused interpreter attribute and corresponding argument

[Gnustep-cvs] r38063 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STBytecodeInterpreter.m STCompiler.m

2014-09-09 Thread wolfgang . lux
== --- libs/steptalk/trunk/Languages/Smalltalk/ChangeLog (original) +++ libs/steptalk/trunk/Languages/Smalltalk/ChangeLog Tue Sep 9 15:52:49 2014 @@ -1,3 +1,11 @@ +2014-09-09 Wolfgang Lux wolfgang@gmail.com + +* STBytecodeInterpreter.m

[Gnustep-cvs] r38050 - in /apps/projectcenter/trunk: ChangeLog Modules/Editors/ProjectCenter/PCEditor.m

2014-08-25 Thread wolfgang . lux
== --- apps/projectcenter/trunk/ChangeLog (original) +++ apps/projectcenter/trunk/ChangeLog Mon Aug 25 23:20:32 2014 @@ -1,3 +1,13 @@ +2014-08-25 Wolfgang Lux wolfgang@gmail.com + + * Modules/Editors/ProjectCenter/PCEditor.m

[Gnustep-cvs] r38048 - in /libs/base/trunk: ChangeLog Headers/GNUstepBase/config.h.in configure configure.ac

2014-08-19 Thread wolfgang . lux
Author: wlux Date: Tue Aug 19 13:45:36 2014 New Revision: 38048 URL: http://svn.gna.org/viewcvs/gnustep?rev=38048view=rev Log: Add test for grantpt function to configure.ac. Modified: libs/base/trunk/ChangeLog libs/base/trunk/Headers/GNUstepBase/config.h.in libs/base/trunk/configure

[Gnustep-cvs] r38025 - /tools/make/trunk/Documentation/gnustep-tests.1

2014-08-03 Thread wolfgang . lux
Author: wlux Date: Sun Aug 3 14:37:51 2014 New Revision: 38025 URL: http://svn.gna.org/viewcvs/gnustep?rev=38025view=rev Log: Really add the gnustep-tests man page file Added: tools/make/trunk/Documentation/gnustep-tests.1 Added: tools/make/trunk/Documentation/gnustep-tests.1 URL:

[Gnustep-cvs] r37939 - in /libs/webservices/trunk: ChangeLog GWSService.m

2014-06-04 Thread wolfgang . lux
Wed Jun 4 10:53:20 2014 @@ -1,3 +1,9 @@ +2014-06-04 Wolfgang Lux wolfgang@gmail.com + + * GWSService.m (-URLHandleResourceDidCancelLoading:): + * GWSService.m (-URLHandleResourceDidFinishLoading:): Really + retain the receiver. + 2014-05-22 Richard Frith-Macdonald r

[Gnustep-cvs] r37725 - in /libs/sqlclient/trunk: ChangeLog Postgres.m

2014-03-05 Thread Wolfgang Lux
Author: wlux Date: Wed Mar 5 18:25:07 2014 New Revision: 37725 URL: http://svn.gna.org/viewcvs/gnustep?rev=37725view=rev Log: Fix incorrect comparison operator. Modified: libs/sqlclient/trunk/ChangeLog libs/sqlclient/trunk/Postgres.m ___

[Gnustep-cvs] r37633 - in /libs/gui/trunk: ChangeLog Source/NSTextView.m

2014-01-24 Thread Wolfgang Lux
Author: wlux Date: Fri Jan 24 10:07:31 2014 New Revision: 37633 URL: http://svn.gna.org/viewcvs/gnustep?rev=37633view=rev Log: Pass nil argument to selector called by NSTextView -doCommandBySelector: Modified: libs/gui/trunk/ChangeLog libs/gui/trunk/Source/NSTextView.m

[Gnustep-cvs] r37540 - /libs/steptalk/trunk/Languages/Smalltalk/STCompiler.m

2014-01-06 Thread Wolfgang Lux
Author: wlux Date: Mon Jan 6 12:24:16 2014 New Revision: 37540 URL: http://svn.gna.org/viewcvs/gnustep?rev=37540view=rev Log: Revert bogus change Modified: libs/steptalk/trunk/Languages/Smalltalk/STCompiler.m ___ Gnustep-cvs mailing list

[Gnustep-cvs] r37450 - /libs/ec/trunk/Terminate.m

2013-12-12 Thread Wolfgang Lux
Author: wlux Date: Thu Dec 12 10:05:45 2013 New Revision: 37450 URL: http://svn.gna.org/viewcvs/gnustep?rev=37450view=rev Log: Force linker to provide library on all systems. Modified: libs/ec/trunk/Terminate.m ___ Gnustep-cvs mailing list

[Gnustep-cvs] r37436 - in /tools/make/trunk: ChangeLog target.make

2013-12-07 Thread Wolfgang Lux
Author: wlux Date: Sat Dec 7 18:37:58 2013 New Revision: 37436 URL: http://svn.gna.org/viewcvs/gnustep?rev=37436view=rev Log: Add -keep_private_externs to linker flags on OS X when merging the object files of a subproject for compatibility with other platforms. Modified:

[Gnustep-cvs] r37437 - in /libs/base/trunk: ChangeLog Source/Additions/Unicode.m

2013-12-07 Thread Wolfgang Lux
Author: wlux Date: Sat Dec 7 18:48:10 2013 New Revision: 37437 URL: http://svn.gna.org/viewcvs/gnustep?rev=37437view=rev Log: Use correct feature test for presence of ucnv functions. Modified: libs/base/trunk/ChangeLog libs/base/trunk/Source/Additions/Unicode.m

[Gnustep-cvs] r36938 - in /tools/make/trunk: ChangeLog configure configure.ac

2013-07-27 Thread Wolfgang Lux
Author: wlux Date: Sat Jul 27 15:39:26 2013 New Revision: 36938 URL: http://svn.gna.org/viewcvs/gnustep?rev=36938view=rev Log: Really fix the test whether the compiler uses the non-fragile ABI by default. It should now work on all platforms with either gcc or clang. Modified:

[Gnustep-cvs] r36936 - in /tools/make/trunk: ChangeLog configure configure.ac

2013-07-26 Thread Wolfgang Lux
Author: wlux Date: Fri Jul 26 20:52:25 2013 New Revision: 36936 URL: http://svn.gna.org/viewcvs/gnustep?rev=36936view=rev Log: Rewrite test whether the compiler supports the non-fragile ABI once more, so that it now reports the correct result. Modified: tools/make/trunk/ChangeLog

[Gnustep-cvs] r36891 - /libs/ec/trunk/EcCommand.m

2013-07-15 Thread Wolfgang Lux
Author: wlux Date: Mon Jul 15 16:48:15 2013 New Revision: 36891 URL: http://svn.gna.org/viewcvs/gnustep?rev=36891view=rev Log: Fix infinite loop and space leak. Modified: libs/ec/trunk/EcCommand.m ___ Gnustep-cvs mailing list Gnustep-cvs@gna.org

[Gnustep-cvs] r36892 - /libs/ec/trunk/EcCommand.m

2013-07-15 Thread Wolfgang Lux
Author: wlux Date: Mon Jul 15 16:53:09 2013 New Revision: 36892 URL: http://svn.gna.org/viewcvs/gnustep?rev=36892view=rev Log: Fix wrong command name in help. Modified: libs/ec/trunk/EcCommand.m ___ Gnustep-cvs mailing list Gnustep-cvs@gna.org

[Gnustep-cvs] r36884 - in /tools/make/trunk: ChangeLog configure configure.ac

2013-07-14 Thread Wolfgang Lux
Author: wlux Date: Sun Jul 14 16:59:55 2013 New Revision: 36884 URL: http://svn.gna.org/viewcvs/gnustep?rev=36884view=rev Log: Rewrite test whether the compiler supports the non-fragile ABI with portable code that does not rely on a BSD compatible echo command. Modified:

[Gnustep-cvs] r36885 - in /libs/base/trunk: ChangeLog config/objc-common.g

2013-07-14 Thread Wolfgang Lux
Author: wlux Date: Sun Jul 14 18:45:29 2013 New Revision: 36885 URL: http://svn.gna.org/viewcvs/gnustep?rev=36885view=rev Log: Add +initialize to fake NSObject class for configure test programs when compiling with the Apple runtime. Modified: libs/base/trunk/ChangeLog

[Gnustep-cvs] r36874 - in /libs/base/trunk: ChangeLog Headers/GNUstepBase/GSVersionMacros.h

2013-07-11 Thread Wolfgang Lux
Author: wlux Date: Fri Jul 12 00:03:17 2013 New Revision: 36874 URL: http://svn.gna.org/viewcvs/gnustep?rev=36874view=rev Log: Fix definition of GS_OSX_ADJUST, which got things backward. Modified: libs/base/trunk/ChangeLog libs/base/trunk/Headers/GNUstepBase/GSVersionMacros.h

[Gnustep-cvs] r36772 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STSourceReader.m

2013-06-30 Thread Wolfgang Lux
Author: wlux Date: Sun Jun 30 18:54:32 2013 New Revision: 36772 URL: http://svn.gna.org/viewcvs/gnustep?rev=36772view=rev Log: Tidy Smalltalk source reader. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog libs/steptalk/trunk/Languages/Smalltalk/STSourceReader.m

[Gnustep-cvs] r36773 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STSourceReader.m

2013-06-30 Thread Wolfgang Lux
Author: wlux Date: Sun Jun 30 19:13:05 2013 New Revision: 36773 URL: http://svn.gna.org/viewcvs/gnustep?rev=36773view=rev Log: Prevent out of range accesses for the input string in the Smalltalk source reader. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36774 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STSourceReader.m

2013-06-30 Thread Wolfgang Lux
Author: wlux Date: Sun Jun 30 19:24:51 2013 New Revision: 36774 URL: http://svn.gna.org/viewcvs/gnustep?rev=36774view=rev Log: Fix bug where the Smalltalk source reader would accept an incomplete exponent in a real number, e.g., '1e'. Modified:

[Gnustep-cvs] r36775 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STSourceReader.m

2013-06-30 Thread Wolfgang Lux
Author: wlux Date: Sun Jun 30 19:30:52 2013 New Revision: 36775 URL: http://svn.gna.org/viewcvs/gnustep?rev=36775view=rev Log: Fix bug where the Smalltalk source reader was setting a wrong token range for character literals. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36776 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STSourceReader.m

2013-06-30 Thread Wolfgang Lux
Author: wlux Date: Sun Jun 30 19:42:15 2013 New Revision: 36776 URL: http://svn.gna.org/viewcvs/gnustep?rev=36776view=rev Log: Fix bug where the Smalltalk source reader was loosing the last character of a symbol token that appears immediately before the end of input. Modified:

[Gnustep-cvs] r36777 - /libs/steptalk/trunk/Languages/Smalltalk/STSourceReader.m

2013-06-30 Thread Wolfgang Lux
Author: wlux Date: Sun Jun 30 19:44:50 2013 New Revision: 36777 URL: http://svn.gna.org/viewcvs/gnustep?rev=36777view=rev Log: Fix bug where the Smalltalk source reader was loosing the last character of a symbol token that appears immediately before the end of input. Modified:

[Gnustep-cvs] r36750 - in /libs/base/trunk: ChangeLog Tools/AGSIndex.m

2013-06-24 Thread Wolfgang Lux
Author: wlux Date: Mon Jun 24 10:31:27 2013 New Revision: 36750 URL: http://svn.gna.org/viewcvs/gnustep?rev=36750view=rev Log: Fix typo in warning. Modified: libs/base/trunk/ChangeLog libs/base/trunk/Tools/AGSIndex.m ___ Gnustep-cvs mailing

[Gnustep-cvs] r36664 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/NSInvocation+additions.m

2013-05-27 Thread Wolfgang Lux
Author: wlux Date: Mon May 27 14:34:12 2013 New Revision: 36664 URL: http://svn.gna.org/viewcvs/gnustep?rev=36664view=rev Log: Fix marshaling for method and structure arguments with type (char*) and skip const qualifiers in argument and result types. Modified: libs/steptalk/trunk/ChangeLog

[Gnustep-cvs] r36657 - in /libs/steptalk/trunk: ./ Frameworks/StepTalk/

2013-05-26 Thread Wolfgang Lux
Author: wlux Date: Sun May 26 17:35:06 2013 New Revision: 36657 URL: http://svn.gna.org/viewcvs/gnustep?rev=36657view=rev Log: StepTalk framework: int-NSInteger transition Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Frameworks/StepTalk/NSInvocation+additions.h

[Gnustep-cvs] r36658 - /libs/steptalk/trunk/Languages/Smalltalk/

2013-05-26 Thread Wolfgang Lux
Author: wlux Date: Sun May 26 17:51:26 2013 New Revision: 36658 URL: http://svn.gna.org/viewcvs/gnustep?rev=36658view=rev Log: StepTalk Smalltalk compiler: int-NSInteger transition Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36659 - in /libs/steptalk/trunk: ./ Modules/AppKit/ Modules/Foundation/ Modules/GDL2/ Modules/SQLClient/ Modules/WebServices/

2013-05-26 Thread Wolfgang Lux
Author: wlux Date: Sun May 26 17:58:39 2013 New Revision: 36659 URL: http://svn.gna.org/viewcvs/gnustep?rev=36659view=rev Log: StepTalk module bundles: int-NSInteger transition Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Modules/AppKit/AppKitConstants.list

[Gnustep-cvs] r36660 - in /libs/steptalk/trunk: ChangeLog Examples/Shell/STShell+output.m Examples/Shell/stshell_tool.m Tools/STExecutor.h

2013-05-26 Thread Wolfgang Lux
Author: wlux Date: Sun May 26 18:01:34 2013 New Revision: 36660 URL: http://svn.gna.org/viewcvs/gnustep?rev=36660view=rev Log: StepTalk tools and examples: int-NSInteger transition Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Examples/Shell/STShell+output.m

[Gnustep-cvs] r36661 - in /libs/steptalk/trunk/ApplicationScripting: ChangeLog Source/STScriptsPanel.m

2013-05-26 Thread Wolfgang Lux
Author: wlux Date: Sun May 26 18:03:29 2013 New Revision: 36661 URL: http://svn.gna.org/viewcvs/gnustep?rev=36661view=rev Log: StepTalk scripts panel: int-NSInteger transition Modified: libs/steptalk/trunk/ApplicationScripting/ChangeLog

[Gnustep-cvs] r36662 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STGrammar.m STGrammar.y

2013-05-26 Thread Wolfgang Lux
Author: wlux Date: Sun May 26 18:14:13 2013 New Revision: 36662 URL: http://svn.gna.org/viewcvs/gnustep?rev=36662view=rev Log: Change Smalltalk grammar to allow empty list of temporaries. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36663 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/STActor.h Frameworks/StepTalk/STActor.m

2013-05-26 Thread Wolfgang Lux
Author: wlux Date: Sun May 26 18:25:54 2013 New Revision: 36663 URL: http://svn.gna.org/viewcvs/gnustep?rev=36663view=rev Log: Fix typo in STActor method name and introduce additional methods to add and remove instance variables. Modified: libs/steptalk/trunk/ChangeLog

[Gnustep-cvs] r36498 - in /apps/thematic/trunk: ChangeLog ThemeDocument.m

2013-04-10 Thread Wolfgang Lux
Author: wlux Date: Wed Apr 10 09:48:40 2013 New Revision: 36498 URL: http://svn.gna.org/viewcvs/gnustep?rev=36498view=rev Log: Reset window delegate of theme document in -dealloc to prevent crash when the document is closed. Modified: apps/thematic/trunk/ChangeLog

[Gnustep-cvs] r36499 - in /apps/thematic/trunk: ChangeLog Resources/ThemeDocument.gorm/data.classes Resources/ThemeDocument.gorm/data.info Resources/ThemeDocument.gorm/objects.gorm

2013-04-10 Thread Wolfgang Lux
Author: wlux Date: Wed Apr 10 10:32:59 2013 New Revision: 36499 URL: http://svn.gna.org/viewcvs/gnustep?rev=36499view=rev Log: Set release when closed attribute of theme document window to fix space leak. Modified: apps/thematic/trunk/ChangeLog

[Gnustep-cvs] r36476 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/STActor.m

2013-04-06 Thread Wolfgang Lux
Author: wlux Date: Sat Apr 6 11:08:42 2013 New Revision: 36476 URL: http://svn.gna.org/viewcvs/gnustep?rev=36476view=rev Log: Fix bug where instance variables of an actor got lost when set to nil. Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Frameworks/StepTalk/STActor.m

[Gnustep-cvs] r36480 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STSourceReader.m

2013-04-06 Thread Wolfgang Lux
Author: wlux Date: Sat Apr 6 14:22:28 2013 New Revision: 36480 URL: http://svn.gna.org/viewcvs/gnustep?rev=36480view=rev Log: Fix bug in Smalltalk reader where the last character of an identifier was dropped when the assignment operator ':=' follows it immediately. Modified:

[Gnustep-cvs] r36463 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/NSObject+additions.h Frameworks/StepTalk/NSObject+additions.m

2013-04-04 Thread Wolfgang Lux
Author: wlux Date: Thu Apr 4 09:33:26 2013 New Revision: 36463 URL: http://svn.gna.org/viewcvs/gnustep?rev=36463view=rev Log: Add yourself method from Smalltalk, which is convenient in cascades. Modified: libs/steptalk/trunk/ChangeLog

[Gnustep-cvs] r36455 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STSourceReader.m

2013-04-03 Thread Wolfgang Lux
Author: wlux Date: Wed Apr 3 09:42:02 2013 New Revision: 36455 URL: http://svn.gna.org/viewcvs/gnustep?rev=36455view=rev Log: Fix Smalltalk reader to always return correct line numbers. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36456 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog NSArray+additions.m

2013-04-03 Thread Wolfgang Lux
Author: wlux Date: Wed Apr 3 09:46:24 2013 New Revision: 36456 URL: http://svn.gna.org/viewcvs/gnustep?rev=36456view=rev Log: Fix -collect: method to properly handle nil results from block. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36457 - in /libs/steptalk/trunk/ApplicationScripting: ChangeLog Source/STApplicationScriptingController.m

2013-04-03 Thread Wolfgang Lux
Author: wlux Date: Wed Apr 3 09:53:14 2013 New Revision: 36457 URL: http://svn.gna.org/viewcvs/gnustep?rev=36457view=rev Log: Hide the StepTalk application scripting menu after it has been loaded from its bundle. Modified: libs/steptalk/trunk/ApplicationScripting/ChangeLog

[Gnustep-cvs] r36426 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STBytecodeInterpreter.m

2013-03-25 Thread Wolfgang Lux
Author: wlux Date: Mon Mar 25 12:32:20 2013 New Revision: 36426 URL: http://svn.gna.org/viewcvs/gnustep?rev=36426view=rev Log: Fix bug where the STInterpreterReturnException was not handled when a block returns nil. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36419 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog Externs.h Externs.m STBlock.m STBytecodeInterpreter.m STCompiler.m

2013-03-24 Thread Wolfgang Lux
Author: wlux Date: Sun Mar 24 18:02:20 2013 New Revision: 36419 URL: http://svn.gna.org/viewcvs/gnustep?rev=36419view=rev Log: Implement correct semantics for return statements inside a Smalltalk block, which is to return from the method containing the block's definition. Modified:

[Gnustep-cvs] r36420 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STBlockContext.m STExecutionContext.h STExecutionContext.m STMethodContext.m

2013-03-24 Thread Wolfgang Lux
Author: wlux Date: Sun Mar 24 18:19:55 2013 New Revision: 36420 URL: http://svn.gna.org/viewcvs/gnustep?rev=36420view=rev Log: Fix to allow using Smalltalk blocks even after the method containing their definition has returned. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36421 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STCompiler.m

2013-03-24 Thread Wolfgang Lux
Author: wlux Date: Sun Mar 24 18:24:11 2013 New Revision: 36421 URL: http://svn.gna.org/viewcvs/gnustep?rev=36421view=rev Log: Follow Smalltalk convention to return the receiver from a method without an explicit return statement. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36422 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STCompiler.m

2013-03-24 Thread Wolfgang Lux
Author: wlux Date: Sun Mar 24 18:29:43 2013 New Revision: 36422 URL: http://svn.gna.org/viewcvs/gnustep?rev=36422view=rev Log: Fix stack underflow exception when computing the value of an empty block. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36402 - in /libs/steptalk/trunk: ./ Frameworks/StepTalk/

2013-03-23 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 23 18:17:35 2013 New Revision: 36402 URL: http://svn.gna.org/viewcvs/gnustep?rev=36402view=rev Log: Check the result of the super class initializer and assign it to self. Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Frameworks/StepTalk/STActor.m

[Gnustep-cvs] r36403 - /libs/steptalk/trunk/Languages/Smalltalk/

2013-03-23 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 23 19:09:25 2013 New Revision: 36403 URL: http://svn.gna.org/viewcvs/gnustep?rev=36403view=rev Log: Check the result of the super class initializer and assign it to self. Also fix two memory management errors. Modified:

[Gnustep-cvs] r36404 - in /libs/steptalk/trunk/ApplicationScripting: ChangeLog Source/STApplicationScriptingController.m Source/STScriptsPanel.m Source/STTranscript.m

2013-03-23 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 23 19:35:43 2013 New Revision: 36404 URL: http://svn.gna.org/viewcvs/gnustep?rev=36404view=rev Log: Check the result of the super class initializer and assign it to self. Also fix a space leak. Modified: libs/steptalk/trunk/ApplicationScripting/ChangeLog

[Gnustep-cvs] r36405 - in /libs/steptalk/trunk/Applications/ScriptPapers: AppController.m ChangeLog NSObject+NibLoading.m ScriptPaper.h ScriptPaper.m ScriptPaperController.h ScriptPaperController.m

2013-03-23 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 23 20:00:43 2013 New Revision: 36405 URL: http://svn.gna.org/viewcvs/gnustep?rev=36405view=rev Log: Update to current StepTalk framework methods. Check the result of the super class initializer and assign it to self. Also fix a space leak. Modified:

[Gnustep-cvs] r36406 - in /libs/steptalk/trunk/Examples/Shell: ChangeLog STShell.m stshell_tool.m

2013-03-23 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 23 20:07:51 2013 New Revision: 36406 URL: http://svn.gna.org/viewcvs/gnustep?rev=36406view=rev Log: Check the result of the super class initializer and assign it to self. Also fix two minor space leaks. Modified: libs/steptalk/trunk/Examples/Shell/ChangeLog

[Gnustep-cvs] r36407 - in /libs/steptalk/trunk: ChangeLog Tools/STEnvironmentProcess.m

2013-03-23 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 23 20:17:07 2013 New Revision: 36407 URL: http://svn.gna.org/viewcvs/gnustep?rev=36407view=rev Log: Check the result of the super class initializer and assign it to self. Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Tools/STEnvironmentProcess.m

[Gnustep-cvs] r36409 - /libs/steptalk/trunk/Languages/Smalltalk/STMethodContext.m

2013-03-23 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 23 20:58:28 2013 New Revision: 36409 URL: http://svn.gna.org/viewcvs/gnustep?rev=36409view=rev Log: Fix bug where an uninitialized attribute got used during initialization. Modified: libs/steptalk/trunk/Languages/Smalltalk/STMethodContext.m

[Gnustep-cvs] r36410 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STCompiler.m

2013-03-23 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 23 21:02:23 2013 New Revision: 36410 URL: http://svn.gna.org/viewcvs/gnustep?rev=36410view=rev Log: Fix Smalltalk compiler bug: The value of a statement sequence is the value of its last statement. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36235 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STSourceReader.m

2013-03-02 Thread Wolfgang Lux
Author: wlux Date: Sat Mar 2 17:09:07 2013 New Revision: 36235 URL: http://svn.gna.org/viewcvs/gnustep?rev=36235view=rev Log: Unescape two successive single quote characters inside Smalltalk literal string tokens. Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r36086 - in /libs/steptalk/trunk: ./ Frameworks/StepTalk/Environments/ Languages/Smalltalk/

2013-02-08 Thread Wolfgang Lux
Author: wlux Date: Fri Feb 8 10:02:06 2013 New Revision: 36086 URL: http://svn.gna.org/viewcvs/gnustep?rev=36086view=rev Log: Define the standard Smalltalk methods for invoking blocks with arguments, keeping StepTalk's old non-standard methods for backward compatibility. Modified:

[Gnustep-cvs] r35976 - in /apps/gworkspace/trunk: ChangeLog GWorkspace/GWorkspace.m

2013-01-14 Thread Wolfgang Lux
Author: wlux Date: Tue Jan 15 08:55:28 2013 New Revision: 35976 URL: http://svn.gna.org/viewcvs/gnustep?rev=35976view=rev Log: Fix issue where the Empty Recycler menu item was not enabled when GWorkspace is launched. Modified: apps/gworkspace/trunk/ChangeLog

[Gnustep-cvs] r35840 - in /libs/steptalk/trunk/Languages/Smalltalk: ChangeLog STCompiler.m

2012-12-02 Thread Wolfgang Lux
Author: wlux Date: Sun Dec 2 12:37:26 2012 New Revision: 35840 URL: http://svn.gna.org/viewcvs/gnustep?rev=35840view=rev Log: Fix syntax error reports to include context when compiling a Smalltalk string Modified: libs/steptalk/trunk/Languages/Smalltalk/ChangeLog

[Gnustep-cvs] r35841 - in /apps/easydiff/trunk: AppController.h AppController.m ChangeLog DiffWindowController.m Resources/main.gorm/data.classes Resources/main.gorm/data.info Resources/main.gorm/obje

2012-12-02 Thread Wolfgang Lux
Author: wlux Date: Sun Dec 2 17:18:13 2012 New Revision: 35841 URL: http://svn.gna.org/viewcvs/gnustep?rev=35841view=rev Log: Add support for other version control systems besides CVS to EasyDiff Modified: apps/easydiff/trunk/AppController.h apps/easydiff/trunk/AppController.m

[Gnustep-cvs] r35842 - in /apps/easydiff/trunk: ChangeLog DiffWindowController.m DiffWrapper.m

2012-12-02 Thread Wolfgang Lux
Author: wlux Date: Sun Dec 2 19:05:31 2012 New Revision: 35842 URL: http://svn.gna.org/viewcvs/gnustep?rev=35842view=rev Log: Fix off by one error when creating left and right patch files in EasyDiff Modified: apps/easydiff/trunk/ChangeLog apps/easydiff/trunk/DiffWindowController.m

[Gnustep-cvs] r35823 - in /libs/ec/trunk: ChangeLog EcLogger.m

2012-11-26 Thread Wolfgang Lux
Author: wlux Date: Mon Nov 26 16:12:55 2012 New Revision: 35823 URL: http://svn.gna.org/viewcvs/gnustep?rev=35823view=rev Log: Register instance for notifications. Modified: libs/ec/trunk/ChangeLog libs/ec/trunk/EcLogger.m ___ Gnustep-cvs

[Gnustep-cvs] r35791 - in /libs/gui/trunk: ChangeLog Source/NSDocument.m

2012-11-12 Thread Wolfgang Lux
Author: wlux Date: Mon Nov 12 09:14:03 2012 New Revision: 35791 URL: http://svn.gna.org/viewcvs/gnustep?rev=35791view=rev Log: Set save panel accessory view before calling -prepareSavePanel: to allow clients to modify the accessory view. Modified: libs/gui/trunk/ChangeLog

[Gnustep-cvs] r35784 - in /libs/base/trunk: ChangeLog Source/GSFFIInvocation.m

2012-11-05 Thread Wolfgang Lux
Author: wlux Date: Mon Nov 5 16:16:30 2012 New Revision: 35784 URL: http://svn.gna.org/viewcvs/gnustep?rev=35784view=rev Log: Generate useful error message when no best typed selector can be found in forwarding callback. Modified: libs/base/trunk/ChangeLog

[Gnustep-cvs] r35780 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/STConversation.m Frameworks/StepTalk/STEnvironmentDescription.m

2012-11-03 Thread Wolfgang Lux
Author: wlux Date: Sat Nov 3 15:24:07 2012 New Revision: 35780 URL: http://svn.gna.org/viewcvs/gnustep?rev=35780view=rev Log: Fix typos in a few StepTalk warning messages. Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Frameworks/StepTalk/STConversation.m

[Gnustep-cvs] r35781 - in /libs/steptalk/trunk: ChangeLog Frameworks/StepTalk/STConversation.h Frameworks/StepTalk/STConversation.m

2012-11-03 Thread Wolfgang Lux
Author: wlux Date: Sat Nov 3 15:40:52 2012 New Revision: 35781 URL: http://svn.gna.org/viewcvs/gnustep?rev=35781view=rev Log: Implement method which is advertised in warning message Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Frameworks/StepTalk/STConversation.h

[Gnustep-cvs] r35782 - in /libs/steptalk/trunk: ChangeLog Examples/Developer/StepUnit.st

2012-11-03 Thread Wolfgang Lux
Author: wlux Date: Sat Nov 3 15:44:15 2012 New Revision: 35782 URL: http://svn.gna.org/viewcvs/gnustep?rev=35782view=rev Log: Fix StepTalk unit test example Modified: libs/steptalk/trunk/ChangeLog libs/steptalk/trunk/Examples/Developer/StepUnit.st

  1   2   3   4   5   >