PennMUSH Community

Changeset 1029

Show
Ignore:
Timestamp:
07/08/07 20:13:18 (1 year ago)
Author:
shawnw
Message:

Sync devel with 1.8.2p6

Files:

Legend:

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

    r1020 r1029  
    2121 
    2222Minor changes: 
     23  * Removed the gmalloc malloc option. [SW] 
    2324  * KEEPALIVE flag makes the server send a telnet NOP after 
    2425    a short period of inactivity; helps prevent timeouts from 
     
    3334    initialized on systems without /dev/urandom [SW] 
    3435  * Infinite loop in math code. Reported by Ashen-Sugar. [GM] 
     36  * mkvershlp.pl skips over emacs backup files. 
    3537 
    3638Version 1.8.2 patchlevel 5                      June 13, 2007 
    3739 
    3840Minor changes: 
    39   * Removed the gmalloc malloc option. [SW] 
    4041  * Assorted gcc warning fixes. [SW] 
    4142 
  • 1.8.2/branches/devel/game/txt/hlp/pennv182.hlp

    r1015 r1029  
    1919 
    2020Minor changes: 
     21  * Removed the gmalloc malloc option. [SW] 
    2122  * KEEPALIVE flag makes the server send a telnet NOP after 
    2223    a short period of inactivity; helps prevent timeouts from 
     
    2930    initialized on systems without /dev/urandom [SW] 
    3031  * Infinite loop in math code. Reported by Ashen-Sugar. [GM] 
     32  * mkvershlp.pl skips over emacs backup files. 
    3133 
    3234& 1.8.2p5 
     
    3436 
    3537Minor changes: 
    36   * Removed the gmalloc malloc option. [SW] 
    3738  * Assorted gcc warning fixes. [SW] 
    3839 
  • 1.8.2/branches/devel/utils/mkvershlp.pl

    r816 r1029  
    2222my $really_started = 0; 
    2323foreach my $file (@sources) { 
     24  next if $file =~ /~$/o; 
    2425  warn "Can't open $file!\n", next unless open(IN,"<$file"); 
    2526  my $target = $file;