Changeset 921
- Timestamp:
- 06/12/07 17:09:10 (1 year ago)
- Files:
-
- 1.8.3/branches/devel/CHANGES.182 (modified) (1 diff)
- 1.8.3/branches/devel/CHANGES.183 (modified) (1 diff)
- 1.8.3/branches/devel/MANIFEST (modified) (3 diffs)
- 1.8.3/branches/devel/Patchlevel (modified) (1 diff)
- 1.8.3/branches/devel/configure.in (modified) (1 diff)
- 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp (modified) (1 diff)
- 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp (modified) (1 diff)
- 1.8.3/branches/devel/game/txt/hlp/pennvOLD.hlp (modified) (1 diff)
- 1.8.3/branches/devel/hdrs/version.h (modified) (1 diff)
- 1.8.3/branches/devel/src/services.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/CHANGES.182
r865 r921 15 15 ========================================================================== 16 16 17 Version 1.8. 2 patchlevel 5 ??? ??, 200717 Version 1.8.3 patchlevel 5 June 13, 2007 18 18 19 19 Minor changes: 1.8.3/branches/devel/CHANGES.183
r915 r921 15 15 ========================================================================== 16 16 17 Version 1.8.3 patchlevel 3 ??? ??, 200717 Version 1.8.3 patchlevel 3 June 13, 2007 18 18 19 19 Minor changes: 1.8.3/branches/devel/MANIFEST
r883 r921 139 139 hints/win32-gcc.sh 140 140 hints/win32.sh 141 hints/README 141 142 options.h.dist 142 143 po/Makefile … … 240 241 test/testhastype.pl 241 242 test/testinsert.pl 243 test/testletq.pl 242 244 test/testmath.pl 243 245 test/testnull.pl … … 256 258 utils/mkvershlp.pl 257 259 utils/README.txt 260 utils/splint.sh 258 261 utils/typedefs.scm 259 262 utils/update-cnf.pl 1.8.3/branches/devel/Patchlevel
r817 r921 1 1 Do not edit this file. It is maintained by the official PennMUSH patches. 2 This is PennMUSH 1.8.3p 22 This is PennMUSH 1.8.3p3 1.8.3/branches/devel/configure.in
r907 r921 277 277 278 278 AC_CONFIG_FILES([Makefile src/Makefile]) 279 AC_CONFIG_FILES([utils/mkcmds.sh game/txt/compose.sh], [chmod +x utils/mkcmds.sh game/txt/compose.sh]) 279 AC_CONFIG_FILES([utils/mkcmds.sh], [chmod +x utils/mkcmds.sh]) 280 AC_CONFIG_FILES([game/txt/compose.sh], [chmod +x game/txt/compose.sh]) 280 281 AC_OUTPUT 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp
r817 r921 1 & 1.8.3p5 2 Version 1.8.3 patchlevel 5 June 13, 2007 3 4 Minor changes: 5 * Removed the gmalloc malloc option. [SW] 6 * Assorted gcc warning fixes. [SW] 7 8 Fixes: 9 * Cleaned up some unsafe signal handler functions. [SW] 10 1 11 & 1.8.2p4 2 Version 1.8.2 patchlevel 4 May ??, 200712 Version 1.8.2 patchlevel 4 May 16, 2007 3 13 4 14 Minor changes: 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp
r850 r921 1 & 1.8.3p3 2 Version 1.8.3 patchlevel 3 June 13, 2007 3 4 Minor changes: 5 * The sockets used to talk to info_slave changed from streams 6 to datagrams, simplifying code. [SW] 7 * info_slave deals better with simultaneous connections. [SW] 8 * info_slave requires the presence of the socketpair(2) function. 9 It was already using it anyways. 10 * Use of some system calls with portability issues encapsulated in 11 wrapper functions. [SW] 12 * sql() returns error codes directly instead of notifying %!. [SW] 13 14 Functions: 15 * lattr() and lattrp() take an optional delimiter argument. Suggested 16 by Nathan Baum. [SW] 17 * New csecs() and msecs() functions, like ctime() and mtime() but 18 returning the time in seconds instead of a formatted string. Based on 19 a patch by Talvo. 20 * ctime() and mtime() take an optional second argument to control which 21 time zone the time is displayed for: UTC or the server's. [SW] 22 * fn() by Javelin 23 * letq(). Suggested by Nathan Baum. [SW] 24 25 Fixes: 26 * Assorted compiler warning fixes. [SW] 27 * Compile fix on OS X 10.3. Reported by Viila. [SW] 28 * @sql wasn't enabled if Sqlite3 was the only database turned on. 29 Reported by qa'toq. 30 * Problems with sql() using Sqlite3. Reported by qa'toq. [SW] 31 * Problems with null queries using MySQL. Reported by duckwa. [SW] 32 * Start fixing code that assumes that int and long are the same 33 size. [SW] 34 * Linting of code that uses strcpy, strncpy() and sprintf() to 35 rule out remote possibilities of buffer overflows. [SW] 36 * align() off-by-one error in left coalescing fixed. Reported by 37 Sketch. [Javelin] 38 * User locks were broken in the last patch. Reported by Michael Brazaitis. 39 [SW] 40 * ./configure --without-ssl works. Reported by Starr. [SW] 41 * objid matcher didn't work properly. [SW] 42 * Many functions that used parse_dbref updated to use parse_objid, 43 to see more objid compliance. [GM] 44 1 45 & 1.8.3p2 2 & changes3 This is a list of changes in this patchlevel which are probably of4 interest to players. More information about new commands and functions5 can probably be gotten via 'help <name of whatever>'. 'help credits'6 lists the [initials] of developers and porters that are used in the list7 of changes.8 9 Information about changes in prior releases can be found under10 help topics named for each release (e.g. 'help 1.7.2p30').11 A list of the patchlevels associated with each release can12 be read in 'help patchlevels'.13 14 46 Version 1.8.3 patchlevel 2 May 16, 2007 15 47 1.8.3/branches/devel/game/txt/hlp/pennvOLD.hlp
r817 r921 4418 4418 type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 4419 4419 4420 1.8.3: 0, 1, 24420 1.8.3: 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 5 4421 4421 1.8.2: 0, 1, 2, 3, 4 4422 4422 1.8.1: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 1.8.3/branches/devel/hdrs/version.h
r850 r921 1 1 #define VERSION "1.8.3" 2 #define PATCHLEVEL " 2"3 #define PATCHDATE "[0 5/16/2007]"4 #define NUMVERSION 100800300 22 #define PATCHLEVEL "3" 3 #define PATCHDATE "[06/13/2007]" 4 #define NUMVERSION 1008003003 1.8.3/branches/devel/src/services.c
r905 r921 5 5 */ 6 6 7 #ifdef WIN32 8 7 9 #include "copyrite.h" 8 10 #include "config.h" 9 11 10 #ifdef WIN3211 12 #include <windows.h> /* for service and thread routines */ 12 13
