summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-07-21 13:39:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-07-21 13:39:02 +0200
commit4c90306502f858ec95683baf2bfeb9b1fe669c66 (patch)
tree36089396af32aa217f75c32619bbd2a58a1edd80 /CONTRIBUTORS
parent214c12289f58c90369fce58af20ae50a22fda34d (diff)
downloadvdr-4c90306502f858ec95683baf2bfeb9b1fe669c66.tar.gz
vdr-4c90306502f858ec95683baf2bfeb9b1fe669c66.tar.bz2
Made skipspace() an inline function and changed it to handle the most common case of 'no leading space' very fast, and avoid calling isspace()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 937e2a59..6ea33dcc 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2114,3 +2114,4 @@ Patrice Staudt <staudt@engsystem.net>
Tobias Bratfisch <tobias@reel-multimedia.com>
for improving numdigits(), isnumber() and strreplace()
+ for suggesting to make skipspace() an inline function