Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
b12df3d6
Commit
b12df3d6
authored
Jul 20, 1997
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The regexp code could use the wrong collate table.
parent
f31c9211
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
ChangeLog
ChangeLog
+11
-4
No files found.
ChangeLog
View file @
b12df3d6
Sun Jul 20 16:04:23 1997 Per Cederqvist <ceder@lysator.liu.se>
The regexp code could use the wrong collate table.
* src/server/regex-match.c (lookup_regexp): Use
DEFAULT_COLLAT_TAB, not swedish_collate_tab. (Reported by David
Byers).
Fri Jun 6 23:16:28 1997 Per Cederqvist <ceder@lysator.liu.se>
Port to AIX.
...
...
@@ -42,18 +49,18 @@ Sun Aug 25 14:47:16 1996 Per Cederqvist <ceder@lysator.liu.se>
* src/server/Makefile.src (GENOBJS): Added local-to-global.o.
* src/server/local-to-global.c: New file, written by Inge Wallin.
*
Disconnect spamming clients:
Disconnect spamming clients:
* src/server/prot-a-parse.c (prot_a_get_token): Disconnect the
client if it attempts to send a token (other than a string) that
is longer than 1000 characters.
*
Delete obsolete code:
Delete obsolete code:
* src/libraries/libcommon/kom-errno.c (kom_perror): Removed
KOM_NO_CONNECT.
* src/include/kom-errno.h (Kom_err): Removed the unused value
KOM_NO_CONNECT.
*
Purify support:
Purify support:
* scripts/mkmi.m4 (PURIFY): New make variable.
* configure.in: New argument --with-purify enables debugging with
Purify.
...
...
@@ -66,7 +73,7 @@ Sun Aug 25 14:47:16 1996 Per Cederqvist <ceder@lysator.liu.se>
and "s-string.h".
(l2g_next_key): Don't dereference memory past the last block!
*
Test suite integration:
Test suite integration:
* configure.in: Generate src/server/testsuite/Makefile. Touch
src/server/testsuite/dependencies.
* src/server/testsuite/Makefile.src: New file.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment