diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-25 21:22:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-25 21:22:47 +0200 |
commit | 286748e1a8500f647c3bccfb467b02bf3a37f398 (patch) | |
tree | 6385bb2f1ee6c0837204edfd307babceeae7f89a /ChangeLog | |
parent | 50d4a80f67e5bcbf3902138d85a25f6a90847d31 (diff) | |
download | egawk-286748e1a8500f647c3bccfb467b02bf3a37f398.tar.gz egawk-286748e1a8500f647c3bccfb467b02bf3a37f398.tar.bz2 egawk-286748e1a8500f647c3bccfb467b02bf3a37f398.zip |
Add POSIX string comparison with strcoll.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Thu Nov 25 08:32:31 2010 Arnold D. Robbins <arnold@skeeve.com> + + * eval.c (posix_compare): Do string comparison with strcoll() / + wcscoll(). + (cmp_nodes): Call it if do_posix. This may be a bad idea, + but what the heck. Standards compatibility uber alles! + Wed Nov 24 20:09:23 2010 Arnold D. Robbins <arnold@skeeve.com> * ext.c (do_ext): Require definition of `plugin_is_GPL_compatible' @@ -21,7 +28,6 @@ Sun Nov 21 14:23:58 2010 John Haque <j.eh@mchsi.com> (assign_common, assign, compare): Nuked macros. (cmp_scalar, op_assign): New functions as replacements for the macros. - Fri Nov 19 11:57:28 2010 Arnold D. Robbins <arnold@skeeve.com> * bootstrap.sh, Makefile.am: Remove treatment of CVS. |