Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

CVS log for libcfg+/Attic/test.cfg

[BACK] Up to [Platon] / libcfg+

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16, Wed Sep 25 16:42:15 2002 UTC (21 years, 6 months ago) by rajo


Changes since 1.15: +1 -1 lines
FILE REMOVED

Files from internal/ moved to contrib/.

Revision 1.15 / (download) - [select for diffs], Tue Jun 11 17:15:27 2002 UTC (21 years, 9 months ago) by host8


Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored) to selected 1.4 (colored)

Dummy commit.

Revision 1.14 / (download) - [select for diffs], Tue Jun 11 17:02:12 2002 UTC (21 years, 9 months ago) by host8

Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.4 (colored)

asdh asdf ksajdf lsa

Revision 1.13 / (download) - [select for diffs], Mon Jun 10 00:04:01 2002 UTC (21 years, 9 months ago) by jombik9

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

Dummy commit to test if parsecvs.php works.

Revision 1.12 / (download) - [select for diffs], Mon Apr 8 20:57:35 2002 UTC (21 years, 11 months ago) by jombik9


Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)

* implement config file end_pos (in both modes, positions and line)
  - line mode tested, works fine; position tests needed
* get_cur_opt_idx() will return number of line in config file context
  - implemented; set CFG_FILE_LINE_USAGE flag to use line arithemtic

User documentation: first chapter.

Revision 1.11 / (download) - [select for diffs], Sun Apr 7 12:47:08 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)

Doxygen documentations.

Revision 1.10 / (download) - [select for diffs], Thu Apr 4 17:10:58 2002 UTC (21 years, 11 months ago) by jombik9

Changes since 1.9: +20 -1 lines
Diff to previous 1.9 (colored) to selected 1.4 (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.9 / (download) - [select for diffs], Mon Mar 25 14:18:11 2002 UTC (22 years ago) by jombik9

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

Removed SIGSEGV from self test.

Revision 1.8 / (download) - [select for diffs], Thu Mar 21 14:11:53 2002 UTC (22 years ago) by jombik9

Changes since 1.7: +2 -0 lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)

Improved self test.

Revision 1.7 / (download) - [select for diffs], Sun Feb 17 15:18:45 2002 UTC (22 years, 1 month ago) by jombik9

Changes since 1.6: +7 -1 lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)

Total sync.
Files headers in libcfg project.
Transaltion updates in phpWebFileManager.
New signatures.

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

Changes since 1.5: +3 -0 lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)

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

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

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

Quotations fully implemented.

Revision 1.4 / (download) - [selected], Sun Dec 16 20:44:37 2001 UTC (22 years, 3 months ago) by jombik9

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

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

Revision 1.3 / (download) - [select for diffs], Mon Dec 10 21:01:48 2001 UTC (22 years, 3 months ago) by jombik9

Changes since 1.2: +11 -3 lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)

* better stuff for manipulating with context flags (add, remove, clear, ...)
  - cfg_set_context_flag(), cfg_clear_context_flag()
    and getting info functions cfg_get_context_flag(), cfg_is_context_flag()

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

Changes since 1.1: +30 -9 lines
Diff to previous 1.1 (colored) to selected 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.1 / (download) - [select for diffs], Wed Dec 5 23:58:48 2001 UTC (22 years, 3 months ago) by jombik9

Diff to selected 1.4 (colored)

Basic config file stuff implement.
TODO list updated (look @ that funny features :P)
Example config file added.

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