File: NEWS

package info (click to toggle)
texlive-base 2022.20230122-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 943,248 kB
  • sloc: perl: 43,776; sh: 5,749; makefile: 3,870; javascript: 3,034; ruby: 2,266; tcl: 2,130; xml: 1,874; python: 1,025; awk: 606; cpp: 549; lisp: 447; ansic: 103; sed: 8
file content (23 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
======================================================================
Version 0.7.0, by Aleksey Cheusov, Sun, 18 Oct 2009 14:17:28 +0300

  FIX: POSIX getopt("xo:") accepts './app -xoVVV' and './app -xo VVV'
  treating them as './app -x -o VVV'.
  Now Lua alt_getopt does the same.

  Additional regression tests/examples

  error() function is not used for exiting anymore.
  os.exit() is used instead.

======================================================================
Version 0.6.0, by Aleksey Cheusov, Sun, 26 Apr 2009 19:52:38 +0300

  FIXED: global variable 'optind'. Now it is local.
  Minor improvements and code clean-ups.
  Thanks to Leo P. <shell slact net> for all this.

======================================================================
Version 0.5.0, by Aleksey Cheusov

  First publicly available release