diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-14 22:33:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-14 22:33:20 +0000 |
commit | 55707840f33f0f6ad91f02b2d60753ef96c97c7c (patch) | |
tree | e9daa047806ea11720b611cbb957b74fb1a82ed9 | |
parent | 8d3d73c57367849303735700ede1926b5dab0aeb (diff) | |
download | coreutils-55707840f33f0f6ad91f02b2d60753ef96c97c7c.tar.xz |
Remove ChangeLog entry from Orn.
-rw-r--r-- | src/sort.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sort.c b/src/sort.c index cf520179a..8837a7ce9 100644 --- a/src/sort.c +++ b/src/sort.c @@ -1146,18 +1146,6 @@ nls_set_fraction (register unsigned char ch) where the grouping rule is 3;3... we take a look at group 1, and find out that |{1234}| > larger of the two first grouping rules, then the separator has to be a decimal point... - - FIXME: change descriptions go in ChangeLog -Changes: - -14/10/1997... ÖEH - Change the table of groups to be able to handle arbitrary - number of groups. This is done by starting to allocate a minimum - buffer of NLS_MAX_GRUPS size. If this turns out to be insufficient - to realloc space for new buffer in steps of NLS_MAX_GROUPS. The - memory allocated and size, are statically allocated so they will - remain the same through every call. - */ static void |