Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

CVS log for libplaton/platon/str/strplus.c

[BACK] Up to [Platon] / libplaton / platon / str

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - [select for diffs], Wed Sep 24 16:51:56 2003 UTC (20 years, 7 months ago) by nepto


Changes since 1.26: +9 -13 lines
Diff to previous 1.26 (colored)

Function stristr() rewritten.
Now it has to work fine.

Revision 1.26 / (download) - [select for diffs], Thu May 8 23:48:55 2003 UTC (20 years, 11 months ago) by nepto

Changes since 1.25: +1 -1 lines
Diff to previous 1.25 (colored)

Strict typecasting in strdel().

Revision 1.25 / (download) - [select for diffs], Sun Apr 20 21:49:11 2003 UTC (21 years ago) by nepto

Changes since 1.24: +20 -8 lines
Diff to previous 1.24 (colored)

Several code cleanups.
Improved selft test with SELF_STRPLUS2.

Revision 1.24 / (download) - [select for diffs], Fri Jan 31 11:41:02 2003 UTC (21 years, 2 months ago) by nepto


Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Fixed stristr() function.

Revision 1.23 / (download) - [select for diffs], Fri Dec 13 18:34:07 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Fixed tiny warning in strdel().

Revision 1.22 / (download) - [select for diffs], Mon Dec 9 16:14:36 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.21: +8 -2 lines
Diff to previous 1.21 (colored)

Faster implementation of strdel() function.

Revision 1.21 / (download) - [select for diffs], Wed Dec 4 18:18:39 2002 UTC (21 years, 4 months ago) by nepto

Changes since 1.20: +21 -1 lines
Diff to previous 1.20 (colored)

Added strrev() implementation with self test.
Fixed some typos.

Revision 1.20 / (download) - [select for diffs], Sun Sep 29 03:55:02 2002 UTC (21 years, 6 months ago) by nepto

Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

*HUGE* changes to standartize libplaton and to synchronize with changes
  in CVS repository (most intr: prefixation, renaming, file split, etc.)

Revision 1.19 / (download) - [select for diffs], Tue Aug 27 13:12:33 2002 UTC (21 years, 7 months ago) by rajo

Changes since 1.18: +25 -29 lines
Diff to previous 1.18 (colored)

Code cleanup.

Revision 1.18 / (download) - [select for diffs], Fri Aug 16 20:31:43 2002 UTC (21 years, 8 months ago) by rajo

Changes since 1.17: +26 -17 lines
Diff to previous 1.17 (colored)

* Namespace improvements.
* All functions in shared directory src/str have names with prefix 'cfg_'.
  In project libplaton are these function names withouth prefix.

Revision 1.17 / (download) - [select for diffs], Thu Apr 4 17:10:59 2002 UTC (22 years ago) by jombik9


Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored)

Things from TODO list:

+ number of spaces in cfgfile option names should not be relevant in compare
  with real option names in file; that means "multi int" is the same as
  "multi  int" and "multi\tint"
  - seems to be fixed, but needs testing
+ fix this bug: numbers in format 09 cannot be converted to decimal data type
  - it is not bug, it is feature: numbers started with 0 are considered to be
    in octal format; similary numbers started with 0x or 0X are considered to
    be in hexadecimal format; so 09 is really invalid, because in octal format
    this number is not correct

Doxygen documentation update

Revision 1.16 / (download) - [select for diffs], Thu Feb 28 17:15:08 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.15: +21 -2 lines
Diff to previous 1.15 (colored)

str_white_str() self test code part added

Revision 1.15 / (download) - [select for diffs], Thu Feb 28 16:37:46 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.14: +17 -11 lines
Diff to previous 1.14 (colored)

str_white_str(): bugfixes, special states handling

Revision 1.14 / (download) - [select for diffs], Thu Feb 28 15:46:17 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.13: +25 -13 lines
Diff to previous 1.13 (colored)

str_white_str() patched; it doesn't works properly with substrings
started with white character(s)

Revision 1.13 / (download) - [select for diffs], Thu Feb 28 08:48:56 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

char to int function arguments conversion, warnings are removed now

Revision 1.12 / (download) - [select for diffs], Mon Feb 25 18:46:00 2002 UTC (22 years, 1 month ago) by host8

Changes since 1.11: +53 -15 lines
Diff to previous 1.11 (colored)

Source code indentation.

Revision 1.11 / (download) - [select for diffs], Mon Feb 4 18:38:10 2002 UTC (22 years, 2 months ago) by jombik9

Changes since 1.10: +31 -0 lines
Diff to previous 1.10 (colored)

Various self tests.
Code improvements.

Revision 1.10 / (download) - [select for diffs], Mon Jan 21 19:34:57 2002 UTC (22 years, 3 months ago) by jombik9

Changes since 1.9: +6 -29 lines
Diff to previous 1.9 (colored)

Make file updates (make clean doesn't work properly).
Copyrights updates.
Improvements.

Revision 1.9 / (download) - [select for diffs], Thu Dec 20 19:50:38 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.8: +8 -1 lines
Diff to previous 1.8 (colored)

Quotations fully implemented.

Revision 1.8 / (download) - [select for diffs], Thu Dec 20 00:29:26 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.7: +63 -3 lines
Diff to previous 1.7 (colored)

str_white_str() implementation -- works fine!

Revision 1.7 / (download) - [select for diffs], Sun Dec 16 20:44:37 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.6: +24 -0 lines
Diff to previous 1.6 (colored)

Too many improvements:
- Makefile change - 'make test' added
- libcfg properties reorganization
- starting of quotation implementation

Revision 1.6 / (download) - [select for diffs], Sun Dec 9 15:06:35 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.5: +39 -5 lines
Diff to previous 1.5 (colored)

Function str_trim_whitechars() added.

Revision 1.5 / (download) - [select for diffs], Sat Dec 8 18:23:53 2001 UTC (22 years, 4 months ago) by jombik9

Changes since 1.4: +60 -21 lines
Diff to previous 1.4 (colored)

* get_multi_line() will return return code according to error and pointer
  to buffer will be passed as function parameter
* parameter to specify end of line postfixes for multi lines

* functions str_left_trim(), str_right_trim() for white characters removing
* macros ltrim(), rtrim() or str_ltrim(), str_ltrim()
* macros str_trim(), strtrim(), trim()

* leftover arguments dual mode:
  1.) can have valid options after leftover arguments
  2.) after first leftover argument is all cosidered as leftover argument
  Default initialization will be according to POSIXLY_CORRECT environment
  variable. Can be changed by changing context flags.
* better stuff for manipulating with context flags (add, remove, clear, ...)
  - add, clear, remove implemented

* universal functions with strdyn context properties manipulation and
  create appropriate macros

Revision 1.4 / (download) - [select for diffs], Sun Oct 21 16:44:22 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.3: +79 -37 lines
Diff to previous 1.3 (colored)

New counting functions added.
Implode and explode functions improvements.

Revision 1.3 / (download) - [select for diffs], Wed Oct 10 17:59:53 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.2: +21 -30 lines
Diff to previous 1.2 (colored)

strtolower(), strtoupper() created & moved into strctype.c

Revision 1.2 / (download) - [select for diffs], Wed Oct 10 13:53:35 2001 UTC (22 years, 6 months ago) by jombik9

Changes since 1.1: +74 -41 lines
Diff to previous 1.1 (colored)

Source code cosmetics improvements.

Revision 1.1 / (download) - [select for diffs], Fri Oct 5 13:42:11 2001 UTC (22 years, 6 months ago) by jombik9

Initial revision

Revision 1.1.1.1 / (download) - [select for diffs] (vendor branch), Fri Oct 5 13:42:11 2001 UTC (22 years, 6 months ago) by jombik9


Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Platon software development group libraries

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top