Fixed warning. |
|
More...
|
almost 17 years ago
|
Only warn once when calling deprecated symbols, not once for every argument. new_get_return_type() now calls CompilerEnvironment()->PikeCompiler()->apply_type_attribute() with two arguments. |
|
More...
|
almost 17 years ago
|
More warnings for __deprecated__ symbols. Added CompilerEnvironment()->PikeCompiler()->apply_type_attribute(). Added some FIXMEs. |
|
More...
|
almost 17 years ago
|
Removed some newly introduced debug checks that were bogus. |
|
More...
|
almost 17 years ago
|
Fixed a warning. |
|
More...
|
almost 17 years ago
|
CVS versions should be odd numbers. Always bumb to builds if you are doing a manual marker. |
|
More...
|
almost 17 years ago
|
Put all illegal size shift fatals behind ifdef PIKE_DEBUG. |
|
More...
|
almost 17 years ago
|
Fixed autodoc problem. |
|
More...
|
almost 17 years ago
|
Some fixes of the tests for __deprecated__. |
|
More...
|
almost 17 years ago
|
First go at warning for deprecated symbols. Added CompilerEnvironment()->PikeCompiler()->{push,pop}_type_attribute(). pike_types_le() now calls the above when encountering asymmetric attribute types. Added some tests for the above. |
|
More...
|
almost 17 years ago
|
Some notes about Arg. |
|
More...
|
almost 17 years ago
|
Casting the option parser to array gives the non-options of the arguments. Some fixes for the help system. |
|
More...
|
almost 17 years ago
|
Proper fix of Autodoc mk II for count_memory(). |
|
More...
|
almost 17 years ago
|
Minor documentation cleanup. |
|
More...
|
almost 17 years ago
|
Detect unsupported address families in query_address(). |
|
More...
|
almost 17 years ago
|
Simulate inherits in second pass. Fixes LysLysKOM 16472935. |
|
More...
|
almost 17 years ago
|
Put all illegal size shift fatals behind ifdef PIKE_DEBUG. |
|
More...
|
almost 17 years ago
|
Have connect() retry a couple of times on EADDRINUSE, just like socketpair_ultra does. |
|
More...
|
almost 17 years ago
|
Added compile_error callback to the compile handler. |
|
More...
|
almost 17 years ago
|
autodoc fix |
|
More...
|
almost 17 years ago
|
Check for the dns_sd library, not just the header file... |
|
More...
|
almost 17 years ago
|
Tests |
|
More...
|
almost 17 years ago
|
Renamed most arg to opt. Fixed fallback of unset options after argument parsing is done. |
|
More...
|
almost 17 years ago
|
Fixed more incorrect uses of "write" in the Socket classes. |
|
More...
|
almost 17 years ago
|
Made SOCK_DEBUG work again... |
|
More...
|
almost 17 years ago
|
Small optimization. |
|
More...
|
almost 17 years ago
|
Memory counting fix. |
|
More...
|
almost 17 years ago
|
Avoid assigns to reg_pc being optimized away by GCC 4. |
|
More...
|
almost 17 years ago
|
Some touchup on the Char extension, most importantly hiding the internal stuff and making setting work like the other Items. |
|
More...
|
almost 17 years ago
|
Added possibility to use earlier members in an ADT.Struct as size for ADT.Struct.Chars. |
|
More...
|
almost 17 years ago
|