-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChanges
More file actions
33 lines (24 loc) · 1.48 KB
/
Changes
File metadata and controls
33 lines (24 loc) · 1.48 KB
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
# ======================================================================
# --- String::Format ---
# ======================================================================
# ----------------------------------------------------------------------
# Version 1.18 March 04, 2018
# ----------------------------------------------------------------------
* stable version with the changes in 1.17_50
# ----------------------------------------------------------------------
# Version 1.17_50 March 03, 2018
# ----------------------------------------------------------------------
* escape { and } (fix for RT #124147)
# ----------------------------------------------------------------------
# Version 1.14 December 22, 2005
# ----------------------------------------------------------------------
* Updated tests so that 04subrefs.t no longer fails if getpwuid is not
defined. RT#2083.
# ----------------------------------------------------------------------
# Version 1.13 February 11, 2002
# ----------------------------------------------------------------------
* Modified regex to use \S, rather than a regenerated one based on
stuff passed in. This is feasible because _replace now passes
through everything it does not recognize. Updated t/02basic.t to
refect this change.
# vim: set tw=70 ts=2 sw=2 fo=trcqo2n: