File: Changes

package info (click to toggle)
libb-hooks-parser-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 504 kB
  • ctags: 837
  • sloc: ansic: 574; perl: 213; makefile: 3
file content (67 lines) | stat: -rw-r--r-- 2,264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Revision history for B-Hooks-Parser

0.17    2016-08-03 05:08:02Z
  - add missing make dependency on stolen_chunk_of_toke.c (Father
    Chrysostomos, RT#116679)

0.16    2015-07-28 05:55:58Z
  - no changes since trial release

0.15    2015-07-22 16:17:48Z (TRIAL RELEASE)
  - restore the prototype of hook_parser_setup() for the C interface (Vincent
    Pit)
  - restore B::Hooks::Parser::Install::Files, lost since version 0.13

0.14    2015-07-22 02:16:31Z (TRIAL RELEASE)
  - fix segfaults on clang by defining PERL_NO_GET_CONTEXT (thanks, Vincent
    Pit!  closes github #1, #2, RT#94463)

0.13    2015-06-06 20:54:32Z
  - switch tooling off of Module::Install

0.12    2013-05-11
  - fix test that breaks in 5.17.4 (RT#80070, Father Chrysotomos)
  - Require ExtUtils::Depends 0.302 for win32 support (RT#77311, Alexandr
    Ciornii)

0.11    2012-06-18 16:01:00Z
  - Document get_lex_stuff and clear_lex_stuff.
  - Document return type of C version of set_linestr.

0.10    2012-02-06 13:10:00Z
  - In the Perl API, don't be confused by NULs in the parser buffer.
  - Fix off-by-one error in buffer length check for set_linestr.
  - Jump through some hoops to avoid compiler warnings.
  - Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
  - Note repository and bugtracker locations.

0.09    2009-06-03 11:20:21Z
  - Don't redefine various macros if they already exist.
  - Add B::Hooks::Toke::skipspace function (Liu Kang-min).

0.08    2008-12-12 15:36:57Z
  - Add an inject function. This is a small convenience wrapper around
    get_linestr, get_linestr_offset, substr and set_linestr to inject code at
    the parsers current position.

0.07    2008-11-06 00:12:47Z
  - Make string eval line string growing work on < 5.10.0.

0.06    2008-11-05 11:24:33Z
  - Declare all public functions in the header file.

0.05    2008-11-05 10:35:55Z
  - Grow the line string for string evals ins setup().

0.04    2008-11-04 20:59:31Z
  - Fix bug in clear_lex_stuff, making it actually work.

0.03    2008-11-04 01:49:33Z
  - Bind various lexer functions. This is still experimental and not documented
    yet.

0.02    2008-10-22 19:18:14Z
  - Don't segfault if PL_linestr needs relocation in set_linestr.

0.01    2008-10-21 13:03:59Z
  - Initial release.