Searched refs:asort_actual (Results 1 – 4 of 4) sorted by relevance
/dports/lang/gawk/gawk-5.1.1/ |
H A D | array.c | 797 asort_actual(int nargs, sort_context_t ctxt) in asort_actual() function 959 return asort_actual(nargs, ASORT); in do_asort() 967 return asort_actual(nargs, ASORTI); in do_asorti()
|
H A D | ChangeLog | 136 * array.c (asort_actual): Add a lint warning for passing the 596 * array.c (asort_actual): Call it in check for second argument. 604 * array.c (asort_actual): If SYMTAB or FUNCTAB is the second argument, 834 (asort_actual): Disallow SYMTAB and FUNCTAB as first arguments.
|
H A D | ChangeLog.0 | 191 (asort_actual): Performance optimization for asort(a). 218 (asort_actual): Pass string value to assoc_list, not NODE *. 257 (asort_actual): Don't accept an array and its subarray as 259 (asort_actual, dup_table): For asort(), appropriately assign 368 (asort_actual): Use the new function to sort array elements. 483 * array.c (asort_actual): Handle the case when the same array 5297 * array.c (in_array, do_delete, asort_actual): Same. 5687 (asort_actual): Renamed from do_asort(). Takes new ASORT_TYPE argument. 5688 (do_asort): Calls asort_actual(tree, VALUE). 5689 (do_asorti): Calls asort_actual(tree, INDEX).
|
H A D | ChangeLog.1 | 261 * array.c (asort_actual): Use assoc_set in 2 places. 2656 (asort_actual): Save and restore character after end. 6124 * array.c (asort_actual): Free list if it's not NULL. 7002 (asort_actual): Call store routine if defined. 7003 (asort_actual, assoc_list): Use length routine for array size. 7019 * array.c (asort_actual, assoc_sort): Adjust. 7030 (asort_actual): Unref null array elements before overwriting. 8211 * array.c (value_info, asort_actual, sort_user_func): Adjust for
|