"No consumer, released in 2004, long before C++11, clang in base and qt5
in ports. NO_TEST=Yes means we can't even know whether it works." - jca
Thanks and OK jca@
the syntax is compatible with older edition, and more crates are using the
edition 2018 which require it.
avoid using MODCARGO_INSTALL_ARGS just to pass "--path ."
ok landry@ (some time ago, the diff was sleeping in my tree)
version mismatch error reported by Laurie Tratt). While there, fix-up the
path to wish in git-gui--askpass, and move a Tcl file that crept into
-main over to -x11. ok kn@
A backport of traceback to older supported Pythons. This module
provides a standard interface to extract, format and print stack
traces of Python programs. It exactly mimics the behavior of the
Python interpreter when it prints a stack trace.
OK bket phessler
A backport of linecache to older supported Pythons. The linecache
module allows one to get any line from a Python source file, while
attempting to optimize internally, using a cache, the common case
where many lines are read from a single file.
OK bket phessler
Fixtures defines a Python contract for reusable state / support
logic, primarily for unit testing. Helper and adaptation logic is
included to make it easy to write your own fixtures using the
fixtures contract.
OK bket phessler
- fix suspending and resuming tog with Ctrl-Z and fg (reported by naddy@)
- fix 'tog tree' usage displayed in error case (patch by naddy@)
- support Git-style "lightweight" tags as arguments for 'got diff'
- handle Git-style "lightweight" tags in got tag -l
- make got and tog accept a --version argument (prompted by tedu@)
- add -E option to 'got checkout' allowing use of a non-empty work tree path
- make 'tog log PATH' fail when a non-existent path is specified
- fix out of bounds access (patch by Martin <openbsd () academicsolutions ! ch>)
- fix switching to tog's tree view when logging a path (reported by naddy@)
64tass is a cross-assembler which is nearly 100% compatible with
the original `Turbo Assembler', targeting the 65xx series of micro
processors. It supports most of the features of the original
`Turbo Assembler Macro'.
Features:
- Open source portable C with minimal dependencies.
- Familiar syntax to Omicron TASS and TASM.
- Supports 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, 65EL02,
4510.
- Arbitrary-precision integers and bit strings, double precision
floating point numbers.
- Character and byte strings, array arithmetic.
- Handles UTF-8, UTF-16 and 8 bit RAW encoded source files, Unicode
character strings.
- Supports Unicode identifiers with compatibility normalization and
optional case insensitivity.
- Built-in "linker" with section support.
- Various memory models, binary targets and text output formats
(also Hex/S-record).
- Assembly and label listings available for debugging or exporting.
- Conditional compilation, macros, structures, unions, scopes.
- do not open and close pack index files needlessly
- fix 'got log' and 'tog log' performance issue when lots of tags exist
- do history traversal in got-read-pack to improve 'got blame' performance
- plug memory leaks in got-read-commit, got-read-tree, and got-read-pack
- fix reading reference deltas with GOT_PACK_NO_MMAP builds
- disable got-read-pack's delta cache in GOT_NO_OBJ_CACHE builds
- make it possible to run regress tests with packed repositories
- more portable string comparison in Makefile.inc (patch by Edgar Pettijohn)
- prevent rebase with an out-of-date work tree
- make 'got checkout' and 'got update' work with read-only repositories
- Add retguard for octeon/mips64.
- Move the hashed __retguard_* symbols into individual sections and mark
them as COMDATs so that the linker can individually discard them, instead
of just ignoring duplicate symbols but keep the (duplicate) space.
from Brad
0.12.0 required to build mozilla-central since #1604160
add MODCARGO_INSTALL_ARGS=--path . to workaround cargo now requiring it
built firefox 68.3.0esr and 71.0 with it without fallout