|  Denys Vlasenko | 10f19b4565
							
							regex_old: convert static flag variable to smallint | 15 年之前 | 
				
					
						|  Bernhard Reutner-Fischer | 95bb1ae902
							
							silence some warnings about unused params | 15 年之前 | 
				
					
						|  Mike Frysinger | 3aa584adcf
							
							regex: call memcpy() ourselves | 16 年之前 | 
				
					
						|  Denys Vlasenko | 93f8a2e834
							
							convert // comments to /**/; remove empty #if/#endif pairs. no code changes | 16 年之前 | 
				
					
						|  Bernhard Reutner-Fischer | a5e6e0fcd3
							
							remove erroneous ';' | 16 年之前 | 
				
					
						|  Mike Frysinger | 3575b74175
							
							add hidden aliases for older regex search functions | 16 年之前 | 
				
					
						|  Denis Vlasenko | cf578c75a5
							
							ctype: remove some trivial macros from ctype.h; | 17 年之前 | 
				
					
						|  Denis Vlasenko | 63c18a8309
							
							regex: remove useless casts on allocations; | 17 年之前 | 
				
					
						|  Denis Vlasenko | 0ef4c6b76f
							
							regex: drop __<funcname> aliases. remove much of unused code. | 17 年之前 | 
				
					
						|  Denis Vlasenko | 66dfcf4efb
							
							test/regex/tst-regex2.c: fix the rest of testsuite failures | 17 年之前 | 
				
					
						|  Denis Vlasenko | cac6ed4e68
							
							test/regex/tst-regex2.c: fix test failure. Next one is immediately after... | 17 年之前 | 
				
					
						|  Denis Vlasenko | 1cfb1a3247
							
							heed compiler warnings about checking non-defined variables in #if directives | 17 年之前 | 
				
					
						|  Denis Vlasenko | 9611f84e12
							
							*: remove vestiges of gcc's "bounded pointers" feature, | 17 年之前 | 
				
					
						|  Denis Vlasenko | cb97aadebf
							
							Last portion of libc_hidden_proto removal. | 17 年之前 | 
				
					
						|  Denis Vlasenko | b133fe1cac
							
							next portion of libc_hidden_proto removal | 17 年之前 | 
				
					
						|  Denis Vlasenko | e8c6de1939
							
							libc_hidden_proto removal, just a few functions | 17 年之前 | 
				
					
						|  Bernhard Reutner-Fischer | af64d37942
							
							- fix for r23427. Thanks to psm for mentioning this and sorry for the breakage | 17 年之前 | 
				
					
						|  Bernhard Reutner-Fischer | 7a0eea11b4
							
							- remove non stdc path (old style definitions). No obj-code changes | 17 年之前 | 
				
					
						|  Bernhard Reutner-Fischer | 1f020b1786
							
							- trim any trailing whitespace | 17 年之前 | 
				
					
						|  Bernd Schmidt | e433ede08b
							
							Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | 17 年之前 | 
				
					
						|  Denis Vlasenko | 87726c7887
							
							add missing includes of unistd.h for smallint usage | 17 年之前 | 
				
					
						|  Denis Vlasenko | 88917b0f14
							
							replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | 17 年之前 | 
				
					
						|  Denis Vlasenko | 380783acef
							
							Introduce and use small[u]int type. Changes in size: | 17 年之前 | 
				
					
						|  Denis Vlasenko | 125773133f
							
							Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | 17 年之前 | 
				
					
						|  Denis Vlasenko | 9c6cdf5450
							
							add hidden_proto's for __uc_malloc | 17 年之前 | 
				
					
						|  Denis Vlasenko | 88483db112
							
							make regex_old.c, ruserpass.c use __uc_malloc, | 18 年之前 | 
				
					
						|  Peter S. Mazinger | 55b24e4e95
							
							Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE | 19 年之前 | 
				
					
						|  Mike Frysinger | 1ecf6c3708
							
							include stdint.h and check __intptr_t_defined to see if we need to setup uintptr_t | 20 年之前 | 
				
					
						|  Peter S. Mazinger | df31d32b41
							
							Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt | 20 年之前 | 
				
					
						|  Mike Frysinger | aaf2fdcab5
							
							fix warning when sizeof uchar_t is 8 bits | 20 年之前 |