Changeset 1081
- Timestamp:
- 08/24/07 00:01:40 (1 year ago)
- Files:
-
- 1.8.3/trunk/CHANGES.182 (modified) (2 diffs)
- 1.8.3/trunk/src/funlist.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/CHANGES.182
r1060 r1081 23 23 * The open database file wasn't getting closed on a failed 24 24 save. 25 * Crash bug in sortkey(). Fix by Nathan Baum. 25 26 26 27 Version 1.8.2 patchlevel 6 July 9, 2007 … … 38 39 Fixes: 39 40 * Fixed assorted small memory leaks. [SW] 40 * Fix to fraction() when dealing with numbers that can't41 be fractioned. Discovered by Ashen-Shugar. [GM]42 41 * Fixed handling of telnet NOPs sent by clients. [SW] 43 42 * The OpenSSL random number pool wasn't getting adequately 1.8.3/trunk/src/funlist.c
r1032 r1081 693 693 /* Build our %0 args */ 694 694 wenv[0] = (char *) ptrs[i]; 695 call_ufun(&ufun, wenv, 2, result, executor, enactor, pe_info);695 call_ufun(&ufun, wenv, 1, result, executor, enactor, pe_info); 696 696 keys[i] = mush_strdup(result, "sortkey"); 697 697 }
