mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 23:11:15 +00:00
Bug fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18211 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
88a53cdfc8
commit
ba114d2adc
1 changed files with 13 additions and 1 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,5 +1,17 @@
|
|||
2003-11-26 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
* GSWeb.framework/GSWRecording.m:
|
||||
o fix in -_wildcardedResponse:
|
||||
* GSWAdaptors/common/GSWUtil.h/.c:
|
||||
o implement our own function for strndup if not compiled with __USE_GNU.
|
||||
in other parts, we must use gsw_strndup instead of strndup.
|
||||
* GSWAdaptors/Apache/mod_gsweb.c:
|
||||
o use gsw_strndup instead of strndup
|
||||
* GSWAdaptors/common/GSWHTTPHeaders.c:
|
||||
o fixed GSWHeaderTranslationTableItemsNb value to exclude null end items.
|
||||
(bug reported by Philip Moetteli <Philip.Moetteli@tele2.ch>)
|
||||
|
||||
2003-11-25 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
* GSWeb.framework/GSWUtils.h:
|
||||
* GSWeb.framework/GSWUtils.m:
|
||||
o quick fixes for NeXT_Foundation from Philip Moetteli <Philip.Moetteli@tele2.ch>
|
||||
|
||||
2003-11-25 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
|
Loading…
Reference in a new issue