~suntong001/emacs-starter-kit/+git/master:feature/etags_update_v2

Last commit made on 2020-12-08
Get this branch:
git clone -b feature/etags_update_v2 https://git.launchpad.net/~suntong001/emacs-starter-kit/+git/master

Branch merges

Branch information

Name:
feature/etags_update_v2
Repository:
lp:~suntong001/emacs-starter-kit/+git/master

Recent commits

bb625ea... by Dmitry Gutov

Only update when file is newer than TAGS and .etags

(Hopefully?)

5844ad6... by Dmitry Gutov

Hopefully fix compilation errors

fbe52da... by Tom Tromey <email address hidden>

Another -u fix

* lib-src/etags.c (copy_entries_from_old_file): Exit from inner loop
before copying \f to the TAGS file.

eba8dbc... by Tom Tromey <email address hidden>

exit inner copying loop at the start of a new file entry

0d360e5... by Tom Tromey <email address hidden>

fix possible infinite loop in find_filename_hash_slot

b658a3f... by Tom Tromey <email address hidden>

--find feature

ca38c06... by Tom Tromey <email address hidden>

make etags -u work in etags mode

0b3b015... by Tom Tromey <email address hidden>

constify some things

06b20f7... by Tom Tromey <email address hidden>

etags.c indentation fix

c13b4fa... by =?utf-8?q?Mattias_Engdeg=C3=A5rd?= <email address hidden>

Remove Calc bignum remnants

* lisp/calc/calc-macs.el (Math-natnum-lessp):
* lisp/calc/calc-ext.el (math-norm-bignum, math-compare-bignum):
* lisp/calc/calc-math.el (math-zerop-bignum)
(math-scale-bignum-digit-size): Remove.

* lisp/calc/calc-bin.el (math-integer-log2, calcFunc-rot, math-clip):
* lisp/calc/calc-comb.el (math-prime-test, calcFunc-prfac)
(calcFunc-totient, calcFunc-moebius):
* lisp/calc/calc-ext.el (math-gcd):
* lisp/calc/calc-funcs.el (calcFunc-betaB):
* lisp/calc/calc-math.el (math-nth-root-int-iter, calcFunc-ilog):
Replace Math-natnum-lessp with <.