| 
							
							
								 frosch | 5b86c79fce | (svn r20283) -Codechange: Unify start of doygen comments. | 2010-08-01 19:22:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | be79aba6eb | (svn r19874) -Fix [FS#3845]: NetBSD compilation was still broken in some cases (Krille) | 2010-05-21 15:56:19 +00:00 |  | 
			
				
					| 
							
							
								 glx | 95b4be81fc | (svn r19859) -Fix (r19853): preprocessor warning | 2010-05-19 17:04:02 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0a34d95374 | (svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect | 2010-05-18 21:17:25 +00:00 |  | 
			
				
					| 
							
							
								 glx | 47636b3093 | (svn r18919) -Fix (r15371): strcasestr() return should not be const | 2010-01-26 14:04:56 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 99d46e0ad7 | (svn r17248) -Fix: add GPL license notice where appropriate | 2009-08-21 20:21:05 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c496a3e014 | (svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it. | 2009-05-24 20:29:04 +00:00 |  | 
			
				
					| 
							
							
								 smatz | ce7dff4acc | (svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions -Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places | 2009-05-10 17:27:25 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 34bd9ee636 | (svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. | 2009-03-06 01:23:25 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e856287029 | (svn r15376) -Fix [FS#2608] (r15371): OSX/BSD also seems to define strcasecmp under some circumstances. | 2009-02-06 15:53:48 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0ffb019103 | (svn r15371) -Codechange: add an implementation of strcasestr for when _GNU_SOURCE isn't defined. | 2009-02-06 11:58:52 +00:00 |  | 
			
				
					| 
							
							
								 glx | 47a61fb10c | (svn r15316) -Fix [NoAI]: ignore unprintable chars when returning a string to squirrel | 2009-02-02 13:46:26 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1bc8e3f536 | (svn r15135) -Fix/Change: allow str_validate (part of receiving strings from the network) to pass newlines instead of replacing them with question marks, but only when asked to do so. | 2009-01-18 13:12:57 +00:00 |  | 
			
				
					| 
							
							
								 skidd13 | f1911b167a | (svn r14553) -Doc: Add some doxygen comments | 2008-11-02 11:05:26 +00:00 |  | 
			
				
					| 
							
							
								 skidd13 | 5b62536381 | (svn r14546) -Codechange: Unify string(cpy|cat) functions -Doc: string(cpy|cat) functions | 2008-10-29 16:30:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 56d0990d62 | (svn r14541) -Fix (r14540): mingw didn't like it :( | 2008-10-28 15:47:42 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0d2f84e117 | (svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf but do return the number of characters written instead of the number of characters that would be written; as size_t is unsigned substraction can cause integer underflows quite quickly. | 2008-10-28 14:42:31 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 6e5cc48c34 | (svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already | 2008-08-31 17:34:03 +00:00 |  | 
			
				
					| 
							
							
								 glx | 01e8ec447e | (svn r14155) -Fix (r14154): wrong comments | 2008-08-24 17:18:05 +00:00 |  | 
			
				
					| 
							
							
								 glx | 4bb40a7d44 | (svn r14154) -Fix (r14153): strndup is a GNU extension, so it doesn't exist on all platforms | 2008-08-24 17:02:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 33e18c236d | (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings. | 2008-05-27 21:41:00 +00:00 |  | 
			
				
					| 
							
							
								 glx | a28ea38653 | (svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings | 2008-05-08 13:20:54 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 606bc6fc14 | (svn r12385) -Fix [FS#ln]: Non-breaking spaces should not be broken. | 2008-03-19 20:46:56 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 1f13638d03 | (svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script | 2008-03-15 13:21:31 +00:00 |  | 
			
				
					| 
							
							
								 glx | bba1a62db1 | (svn r11914) -Documentation: fix some @file statement | 2008-01-18 03:48:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b09d957f31 | (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. | 2008-01-07 14:23:25 +00:00 |  |