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
和 --suffix
选项。
rel foo wrt ..gotpc
命令在 elf64 中生成 GOTPCREL
(rel foo wrt ..gotpcrel
的别名)。
coff/win32/win64
输出中命名绝对符号。
-fpie
.
catch syscall
command has been added. This will cause gdb to stop your program when a syscall is entered or exited.
doxywizard
、加强的扩展映射、对越南语的支持以及对土耳其语的更好支持。除此之外还有很多 bug 修复,详情位于: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.
PATH
之外的大多数 git-*
命令。如果您有调用 git-*
二进制程序的脚本,则鼓励您将其改为使用 git foo
类型。如果这不可行,您可以调节您的 PATH
。Git 可提供一个方便的方法做到这一点:
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
命令可让您列出给出修订或者工作站中的重复文件。
--no-workspace
让 monotone 忽略所有它在其中运行过的工作站。
mtn conflicts *
为合并和扩散提供不同步冲突解决方案。
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
和 propagate
命令接受用户提交短信;会将 merge rev rev
或者 propagate branch branch
信息附加到用户信息前面。--no-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
过滤器有一个新选项,它们现在可以接受一个宽度,可将其分成字节长度,以便您可以字(2)或者长(4)为单位插入长度。
-minimum
和 -maximum
选项重新命名为 -minimum-address
和 -maximum-address
以避免命令行语法句法问题。