Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047392
en ru br
ALT Linux repos
S:0.13-alt4
5.0: 0.11-alt1
4.1: 0.10-alt4.M41.1
4.0: 0.1-alt3

Group :: System/Base
RPM: alterator-sh-functions

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

6 september 2023 Anton Midyukov <antohami at altlinux.org> 0.13-alt4

  • NMU: replace fgrep with 'grep -F'

27 december 2010 Vladislav Zavjalov <slazav at altlinux.org> 0.13-alt3

  • file_list_add(): use "fgrep -x" instead of "fgrep -w"

16 november 2009 Stanislav Ievlev <inger at altlinux.org> 0.13-alt2

  • fix procedure call (avoid second call during type request)

13 november 2009 Stanislav Ievlev <inger at altlinux.org> 0.13-alt1

  • add support of alterator_export_proc()

12 november 2009 Stanislav Ievlev <inger at altlinux.org> 0.12-alt1

  • add support of alterator_export_var()

24 september 2009 Stanislav Ievlev <inger at altlinux.org> 0.11-alt2

  • use shell-var library.
  • add helper functions to simplify file list manipulations.

21 april 2009 Stanislav Ievlev <inger at altlinux.org> 0.11-alt1

  • add write_blob_param function

13 april 2009 Stanislav Ievlev <inger at altlinux.org> 0.10-alt6

  • add man page

11 february 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.10-alt5

  • fix run_localized()

11 february 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.10-alt4

  • add run_localized() and use it in _()

10 february 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.10-alt3

  • don't cut spaces from backend input

9 february 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.10-alt2

  • resurrect write_language() function; don't eval set_locale

6 february 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.10-alt1

  • add set_locale function

12 december 2008 Vladislav Zavjalov <slazav at altlinux.org> 0.9-alt3

  • fix alterator-sh-functions to works with backends using sh -u
     (work with undefined ALTERATOR_DEBUG)

10 december 2008 Vladislav Zavjalov <slazav at altlinux.org> 0.9-alt2

  • fix alterator-sh-functions to works with backends using sh -u
  • move exec 1>&2 to message_loop()
     (now you may set alterator_api_version after including alterator-sh-functions)

7 november 2008 Stanislav Ievlev <inger at altlinux.org> 0.9-alt1

  • fix library file permissions
  • write_debug: use ALTERATOR_DEBUG environment variable instead of DEBUG

30 october 2008 Vladislav Zavjalov <slazav at altlinux.org> 0.8-alt3

  • don't quote booleans in write_table_item (by aspsk@)

16 october 2008 Stanislav Ievlev <inger at altlinux.org> 0.8-alt2

  • minimize library deps

10 october 2008 Stanislav Ievlev <inger at altlinux.org> 0.8-alt1

  • add assertList

30 september 2008 Stanislav Ievlev <inger at altlinux.org> 0.7-alt1

  • add alterator-unittest-functions

12 september 2008 Vladislav Zavjalov <slazav at altlinux.org> 0.6-alt4

  • protect from double loading (avoiding problems with io redirections)

12 september 2008 Stanislav Ievlev <inger at altlinux.org> 0.6-alt5

  • add write_type_item function
  • run unit-tests with '-e'

1 july 2008 Stanislav Ievlev <inger at altlinux.org> 0.6-alt3

  • add default po_domain value

23 june 2008 Stanislav Ievlev <inger at altlinux.org> 0.6-alt2

  • fix write_enum function (should write to >&3)
  • more tests (for output channel)
  • move string and symbol testcases to common library

11 june 2008 Stanislav Ievlev <inger at altlinux.org> 0.6-alt1

  • add write_table_item function
  • add write_debug function
  • split write_enum_item into  write_enum_item (for command args) and write_enum (for stream)
  • add new testcase (empty name)
  • fix string test

6 june 2008 Stanislav Ievlev <inger at altlinux.org> 0.5-alt3

  • more tests for public read and write api
  • minor improvements in code:
     * move variables resetting (reset on message start)
     * move userhandler to private area

5 june 2008 Stanislav Ievlev <inger at altlinux.org> 0.5-alt2

  • more tests for public write api
  • minor bugfixes in code:
     * _write_begin and _write_end now internal helpers
     * add parameter name validation

5 june 2008 Stanislav Ievlev <inger at altlinux.org> 0.5-alt1

  • add first unit-tests (quote and unquote)

4 june 2008 Stanislav Ievlev <inger at altlinux.org> 0.4-alt1

  • write_enum_item: write without implicit name attribute

29 may 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt4

  • alterator_api_version=1:
       * protect stdout from unexpected output
       * hide start and end markers output ( '(' and ')' )

26 may 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt3

  • add write_bool_param function

13 may 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt2

  • add write_string_param function

6 may 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt1

  • optimize write_string function (thanks to legion@)
  • add write_enum_item function

20 march 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt1

  • improve string_quote function

5 february 2008 Stanislav Ievlev <inger at altlinux.org> 0.1-alt3

  • fix '_' function:
       gettext utility uses encoding from LC_CTYPE and translation from LANGUAGE

30 january 2008 Stanislav Ievlev <inger at altlinux.org> 0.1-alt2

  • requires gettext
  • new function: test_bool

28 january 2008 Stanislav Ievlev <inger at altlinux.org> 0.1-alt1

  • Initial build
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin