Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a smaller default size to accomodate the engine | Sascha Schumann | 2003-06-18 | 1 | -5/+19 |
| | | | | | Submitted by: Stanislav Malyshev, with some massaging by me | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Simplify use of this header in external apps | Sascha Schumann | 2003-04-16 | 1 | -1/+10 |
| | |||||
* | Merge macro changes | Sascha Schumann | 2003-03-16 | 1 | -97/+124 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fix some 8bit issues with IRCG nickname encoding and | Sascha Schumann | 2002-06-29 | 1 | -2/+2 |
| | | | | | Change the underlying interface of smart_str to accept unsigned char. | ||||
* | Kill a compiler warning on Win32 | Frank M. Kromann | 2002-05-08 | 1 | -1/+1 |
| | |||||
* | remove unnecessary casts | Sascha Schumann | 2002-04-22 | 1 | -1/+1 |
| | | | | | | # if you mind the bogus warnings, you can either switch the compiler # or decrease the warning level | ||||
* | fixes a warning when compiling under win32 | Harald Radi | 2002-04-22 | 1 | -1/+1 |
| | |||||
* | simplify and improve speed of smart_str_print_long. | Sascha Schumann | 2002-04-21 | 1 | -30/+34 |
| | | | | | also add a variant for unsigned numbers. | ||||
* | Remove trailing ; | Sascha Schumann | 2002-03-19 | 1 | -1/+1 |
| | | | | | | | The macro can now safely be used in constructs such as if (..) foo() else bar(); | ||||
* | fix #12793 - serialize will now spit a notice if the return value of __sleep is | Thies C. Arntzen | 2002-03-19 | 1 | -1/+1 |
| | | | | | bogus. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Improved fix | Sascha Schumann | 2001-08-20 | 1 | -15/+21 |
| | |||||
* | Fix long printing in smart_str_print_long | Stanislav Malyshev | 2001-08-20 | 1 | -9/+14 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -4/+4 |
| | |||||
* | Treat trailing zeroes correctly | Sascha Schumann | 2001-08-03 | 1 | -1/+3 |
| | |||||
* | Convert serializer to smart_str.. avoids lots of sprintf's and | Sascha Schumann | 2001-08-03 | 1 | -0/+31 |
| | | | | | copying of data. | ||||
* | Allow extensions to define custom prealloc sizes | Sascha Schumann | 2001-07-11 | 1 | -2/+6 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Add all necessary includes for these header files. | Sascha Schumann | 2001-02-16 | 1 | -0/+3 |
| | |||||
* | Fix allocation | Sascha Schumann | 2000-11-14 | 1 | -2/+2 |
| | |||||
* | Add persistent memory handling to smart_str API | Sascha Schumann | 2000-11-14 | 1 | -15/+24 |
| | |||||
* | Make the API more leaner (sp?) and get rid of *copy*. | Sascha Schumann | 2000-10-26 | 1 | -24/+10 |
| | |||||
* | Move structure definition into its own file, so that public header | Sascha Schumann | 2000-10-12 | 1 | -0/+2 |
| | | | | | files don't need to include the complete source code. | ||||
* | Recognize single quotes around cdata. | Sascha Schumann | 2000-09-27 | 1 | -0/+91 |
Move smart_str functions to an extra file. |