Age | Commit message (Collapse) | Author | Files | Lines |
|
strcasecmp_m() never needs to call to talloc, and via next_codepoint()
still has an ASCII fast-path bypassing iconv() calls.
Andrew Bartlett
|
|
lp_load() could not be called multiple times to modify parameter settings based
on reading from multiple configuration settings. Each time, it initialized all
of the settings back to their defaults before reading the specified
configuration file.
This patch adds a parameter to lp_load() specifying whether the settings should
be initialized. It does, however, still force the settings to be initialized
the first time, even if the request was to not initialize them. (Not doing so
could wreak havoc due to uninitialized values.)
(This used to be commit f2a24de769d1b2266e576597c57a8e3b1e2a2b51)
|
|
(This used to be commit b20d8b49701b532d4770197c5d08fa092234bf8e)
|
|
10000 times. (In theory they should be pure functions....) You can
specify a parameter to repeat them if you want to e.g. measure
performance.
(This used to be commit 92acecd28c3374abcadbff0ab9cb765411f453f4)
|
|
(This used to be commit e051789ac6cc05f8a643ea81e887d3b969cf3a27)
|
|
(This used to be commit 17f01f6959fb79ba11a56d6869ec9789e3ee2f74)
|
|
(This used to be commit ab77beca041595bc3bd70de3a6e1b49159a4964b)
|