mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 03:01:27 +00:00
* GSWeb.framework/GSWApplication+Defaults.m
(GSWeb_InitializeGlobalAppDefaultOptions): Shorten and make more readable via local LOGOPT and LOGOPT_NC macro. (NSUSERDEFAULTS, INIT_DFLT_OBJ, INIT_DFLT_BOOL, INIT_DFLT_INT) (INIT_DFLT_FLT): New macros. (globalAppDefaultOptions): Make static. (_userDefaults): New static local. (GSWeb_ApplicationDebugSetChange): Remove NDEBUG conditional compile. (_dflt_*, _dflt_init_*): New static variables to cache default values. (set/getDefaultValues): Use new macros and static variables. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19937 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8569f10e6c
commit
e6482533ee
2 changed files with 538 additions and 445 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2004-08-29 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GSWeb.framework/GSWApplication+Defaults.m
|
||||
(GSWeb_InitializeGlobalAppDefaultOptions): Shorten and make more
|
||||
readable via local LOGOPT and LOGOPT_NC macro.
|
||||
(NSUSERDEFAULTS, INIT_DFLT_OBJ, INIT_DFLT_BOOL, INIT_DFLT_INT)
|
||||
(INIT_DFLT_FLT): New macros.
|
||||
(globalAppDefaultOptions): Make static.
|
||||
(_userDefaults): New static local.
|
||||
(GSWeb_ApplicationDebugSetChange): Remove NDEBUG conditional
|
||||
compile.
|
||||
(_dflt_*, _dflt_init_*): New static variables to cache default
|
||||
values.
|
||||
(set/getDefaultValues): Use new macros and static variables.
|
||||
|
||||
2004-08-28 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* GSWeb.framework/GSWApplication.h
|
||||
|
@ -38,7 +53,7 @@
|
|||
(GSWeb_DestroyGlobalAppDefaultOptions)
|
||||
((GSWApplicationDefaults), (UserDefaults)): Move from here to...
|
||||
* GSWeb.framework/GSWApplication+Defaults.m: ... here.
|
||||
|
||||
|
||||
2004-06-16 David Wetzel <dave@turbocat.de>
|
||||
|
||||
* GSWeb.framework/GSWDynamicURLString.m
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue