PennMUSH Community

Changeset 921

Show
Ignore:
Timestamp:
06/12/07 17:09:10 (1 year ago)
Author:
shawnw
Message:

Merged back from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/CHANGES.182

    r865 r921  
    1515========================================================================== 
    1616 
    17 Version 1.8.2 patchlevel 5                      ??? ??, 2007 
     17Version 1.8.3 patchlevel 5                      June 13, 2007 
    1818 
    1919Minor changes: 
  • 1.8.3/branches/devel/CHANGES.183

    r915 r921  
    1515========================================================================== 
    1616 
    17 Version 1.8.3 patchlevel 3                      ??? ??, 2007 
     17Version 1.8.3 patchlevel 3                      June 13, 2007 
    1818 
    1919Minor changes: 
  • 1.8.3/branches/devel/MANIFEST

    r883 r921  
    139139hints/win32-gcc.sh 
    140140hints/win32.sh 
     141hints/README 
    141142options.h.dist 
    142143po/Makefile 
     
    240241test/testhastype.pl 
    241242test/testinsert.pl 
     243test/testletq.pl 
    242244test/testmath.pl 
    243245test/testnull.pl 
     
    256258utils/mkvershlp.pl 
    257259utils/README.txt 
     260utils/splint.sh 
    258261utils/typedefs.scm 
    259262utils/update-cnf.pl 
  • 1.8.3/branches/devel/Patchlevel

    r817 r921  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.8.3p2 
     2This is PennMUSH 1.8.3p3 
  • 1.8.3/branches/devel/configure.in

    r907 r921  
    277277 
    278278AC_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]) 
     279AC_CONFIG_FILES([utils/mkcmds.sh], [chmod +x utils/mkcmds.sh]) 
     280AC_CONFIG_FILES([game/txt/compose.sh], [chmod +x game/txt/compose.sh]) 
    280281AC_OUTPUT 
  • 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp

    r817 r921  
     1& 1.8.3p5 
     2Version 1.8.3 patchlevel 5                      June 13, 2007 
     3 
     4Minor changes: 
     5  * Removed the gmalloc malloc option. [SW] 
     6  * Assorted gcc warning fixes. [SW] 
     7 
     8Fixes: 
     9  * Cleaned up some unsafe signal handler functions. [SW] 
     10 
    111& 1.8.2p4 
    2 Version 1.8.2 patchlevel 4                      May ??, 2007 
     12Version 1.8.2 patchlevel 4                      May 16, 2007 
    313 
    414Minor changes: 
  • 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp

    r850 r921  
     1& 1.8.3p3 
     2Version 1.8.3 patchlevel 3                      June 13, 2007 
     3 
     4Minor 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 
     14Functions: 
     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   
     25Fixes: 
     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 
    145& 1.8.3p2 
    2 & changes 
    3 This is a list of changes in this patchlevel which are probably of 
    4 interest to players. More information about new commands and functions 
    5 can probably be gotten via 'help <name of whatever>'. 'help credits' 
    6 lists the [initials] of developers and porters that are used in the list  
    7 of changes. 
    8  
    9 Information about changes in prior releases can be found under 
    10 help topics named for each release (e.g. 'help 1.7.2p30'). 
    11 A list of the patchlevels associated with each release can 
    12 be read in 'help patchlevels'. 
    13  
    1446Version 1.8.3 patchlevel 2                      May 16, 2007 
    1547 
  • 1.8.3/branches/devel/game/txt/hlp/pennvOLD.hlp

    r817 r921  
    44184418type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 
    44194419 
    4420 1.8.3: 0, 1, 2 
     44201.8.3: 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 5 
    442144211.8.2: 0, 1, 2, 3, 4 
    442244221.8.1: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 
  • 1.8.3/branches/devel/hdrs/version.h

    r850 r921  
    11#define VERSION "1.8.3" 
    2 #define PATCHLEVEL "2
    3 #define PATCHDATE "[05/16/2007]" 
    4 #define NUMVERSION 1008003002 
     2#define PATCHLEVEL "3
     3#define PATCHDATE "[06/13/2007]" 
     4#define NUMVERSION 1008003003 
  • 1.8.3/branches/devel/src/services.c

    r905 r921  
    55 */ 
    66 
     7#ifdef WIN32 
     8 
    79#include "copyrite.h" 
    810#include "config.h" 
    911 
    10 #ifdef WIN32 
    1112#include <windows.h>            /* for service and thread routines */ 
    1213