ocamldebug
is now supported under Windows (MSVC and Mingw ports) but without the replay feature. (Contributed by Dmitry Bely and Sylvain Le Gall at OCamlCore with support from Lexifi.)
--prefix
and --suffix
options for naming globals.
rel foo wrt ..gotpc
generate GOTPCREL
in elf64 (alias for rel foo wrt ..gotpcrel
).
coff/win32/win64
output.
-fpie
.
catch syscall
command has been added. This will cause gdb to stop your program when a syscall is entered or exited.
doxywizard
, enhanced extension mapping, support for Vietnamese and better support for Turkish. In addition there are numerous bug fixes as outlined in http://www.stack.nl/~dimitri/doxygen/changelog.html.
distcheck
command works with Libtool 2.x even when LT_OUTPUT
is used, as config.lt
is removed correctly now.
automake --add-missing
command causes the COPYING file to be installed, it will also warn that the license file should be added to source control.
gtk.UIManager
.
bzr
user is encouraged to visit the project's webpage at http://www.bazaar-vcs.org/ to review these improvements.
git-*
commands outside the default PATH
. If you have scripts that call git-*
binaries, you are encouraged to change them to use the git foo
style. If this is not feasible, you can adjust your PATH
. Git provides a convenient method to do this:
PATH=$(git --exec-path):$PATH
$(git --exec-path)
in their PATH
.
automate show_conflicts
has been changed; a default resolution for file content conflicts and user resolutions for other conflict types has been added. directory_loop_created
changed to directory_loop
.
mtn ls duplicates
command which lets you list duplicated files in a given revision or the workspace.
--no-workspace
, to make monotone ignore any workspace it might have been run in.
mtn conflicts *
provides asynchronous conflict resolutions for merge and propagate.
automate file_merge
command which runs the internal line merger on two files from two revisions and outputs the result.
automate lua
command to call lua functions over automate
, similar to monotone hooks. This is particularly useful to get user defaults, like ignorable files, branch keys and passwords, which are managed through one or more monotonerc
files.
automate read_packets
command that reads data packets like public keys similar to mtn read
.
merge
and propagate
commands accept user commit messages; the merge rev rev
or propagate branch branch
message will be prefixed to the user message. --no-prefix
removes the prefix.
ra_neon
mergeinfo errors
svn merge --reintegrate
svn cp --parents
tkcvs_def.tcl
:
cpp
command to redirect stderr to /dev/null
if -q
option is given, for consistency with the non-cpp mode
configure --disable-leaks
option.
CF_XOPEN_SOURCE
macro to make mkstemp()
prototyped on Linux.
isascii()
usage.
--x-e-length
filters, they can now accept a width, and this is divided into the byte length, so that you can insert the length in units of words (2) or longs (4).
-minimum
and -maximum
options have been renamed -minimum-address
and -maximum-address
, to avoid a command line grammar syntax problem.