Changeset 1029
- Timestamp:
- 07/08/07 20:13:18 (1 year ago)
- Files:
-
- 1.8.2/branches/devel/CHANGES.182 (modified) (2 diffs)
- 1.8.2/branches/devel/game/txt/hlp/pennv182.hlp (modified) (3 diffs)
- 1.8.2/branches/devel/utils/mkvershlp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.2/branches/devel/CHANGES.182
r1020 r1029 21 21 22 22 Minor changes: 23 * Removed the gmalloc malloc option. [SW] 23 24 * KEEPALIVE flag makes the server send a telnet NOP after 24 25 a short period of inactivity; helps prevent timeouts from … … 33 34 initialized on systems without /dev/urandom [SW] 34 35 * Infinite loop in math code. Reported by Ashen-Sugar. [GM] 36 * mkvershlp.pl skips over emacs backup files. 35 37 36 38 Version 1.8.2 patchlevel 5 June 13, 2007 37 39 38 40 Minor changes: 39 * Removed the gmalloc malloc option. [SW]40 41 * Assorted gcc warning fixes. [SW] 41 42 1.8.2/branches/devel/game/txt/hlp/pennv182.hlp
r1015 r1029 19 19 20 20 Minor changes: 21 * Removed the gmalloc malloc option. [SW] 21 22 * KEEPALIVE flag makes the server send a telnet NOP after 22 23 a short period of inactivity; helps prevent timeouts from … … 29 30 initialized on systems without /dev/urandom [SW] 30 31 * Infinite loop in math code. Reported by Ashen-Sugar. [GM] 32 * mkvershlp.pl skips over emacs backup files. 31 33 32 34 & 1.8.2p5 … … 34 36 35 37 Minor changes: 36 * Removed the gmalloc malloc option. [SW]37 38 * Assorted gcc warning fixes. [SW] 38 39 1.8.2/branches/devel/utils/mkvershlp.pl
r816 r1029 22 22 my $really_started = 0; 23 23 foreach my $file (@sources) { 24 next if $file =~ /~$/o; 24 25 warn "Can't open $file!\n", next unless open(IN,"<$file"); 25 26 my $target = $file;
