<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch dima_regex_embedded_modifiers</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>regex: added tests for the case-fold embedded modifiers</title>
<updated>2016-04-23T02:47:26+00:00</updated>
<author>
<name>Dima Kogan</name>
</author>
<published>2016-04-22T17:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ab34aca3834c3485b9117b0750e87e090f79232c'/>
<id>ab34aca3834c3485b9117b0750e87e090f79232c</id>
<content type='text'>
* test/src/regex/regex-tests.el (regex-tests-case-fold): new ERT test
to validate the case-fold modifier functionality
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/src/regex/regex-tests.el (regex-tests-case-fold): new ERT test
to validate the case-fold modifier functionality
</pre>
</div>
</content>
</entry>
<entry>
<title>regex: support for new case-fold embedded modifiers</title>
<updated>2016-04-23T02:47:25+00:00</updated>
<author>
<name>Dima Kogan</name>
</author>
<published>2016-02-24T01:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fcfa188aa48b24a3d171054fe2daf4d5c4bf7d2b'/>
<id>fcfa188aa48b24a3d171054fe2daf4d5c4bf7d2b</id>
<content type='text'>
* src/search.c (compile_pattern) new `case_fold' argument to set the
default case-folding behavior
* src/regex.h (struct re_pattern_buffer): new `case_fold' bit to
indicate the default case-folding behavior for this regex
* src/regex.c: embedded modifiers support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/search.c (compile_pattern) new `case_fold' argument to set the
default case-folding behavior
* src/regex.h (struct re_pattern_buffer): new `case_fold' bit to
indicate the default case-folding behavior for this regex
* src/regex.c: embedded modifiers support
</pre>
</div>
</content>
</entry>
<entry>
<title>Added driver for the regex tests</title>
<updated>2016-04-23T02:30:19+00:00</updated>
<author>
<name>Dima Kogan</name>
</author>
<published>2016-02-28T02:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ed52f5964123b8971cab7a05912e4149dbbea204'/>
<id>ed52f5964123b8971cab7a05912e4149dbbea204</id>
<content type='text'>
* test/src/regex/regex-tests.el (regex-tests): regex test driver
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/src/regex/regex-tests.el (regex-tests): regex test driver
</pre>
</div>
</content>
</entry>
<entry>
<title>New regex tests imported from glibc 2.21</title>
<updated>2016-04-23T02:29:28+00:00</updated>
<author>
<name>Dima Kogan</name>
</author>
<published>2016-03-12T02:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=25efd0bb06409a4722100f10d37c6bc0512696e2'/>
<id>25efd0bb06409a4722100f10d37c6bc0512696e2</id>
<content type='text'>
* test/src/regex/regex-resources/BOOST.tests:
* test/src/regex/regex-resources/PCRE.tests:
* test/src/regex/regex-resources/PTESTS:
* test/src/regex/regex-resources/TESTS:
New test data files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/src/regex/regex-resources/BOOST.tests:
* test/src/regex/regex-resources/PCRE.tests:
* test/src/regex/regex-resources/PTESTS:
* test/src/regex/regex-resources/TESTS:
New test data files
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-25</title>
<updated>2016-04-11T16:07:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-04-11T16:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=435da5d2955ce35be4785b7d46566ed9b42ea9fb'/>
<id>435da5d2955ce35be4785b7d46566ed9b42ea9fb</id>
<content type='text'>
b134c20 Sync with gnulib
bb30fa9 Fix last change on 2016-01-02
488a72f ; Spelling fixes
9b1aab9 Port run-prolog EMACS to SWI-Prolog 7.2.3
0e7bcec Avoid crashes due to unreasonably large or small text scaling
85f257c Improve documentation of 'with-eval-after-load'
668c7bc Improve handling of non-ASCII characters in Git log messages
b570769 Remove undefined behavior in OS X dumper.
97211f3 Fix clipping of xwidgets
e87fbc0 Improve Lisp-level documentation of tooltips
9f1786e Faces names should not end in "-face".
3283271 * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.
a1f221b Comint and compile no longer set EMACS
5c28890 * lisp/subr.el (read-key): Don't let the prompt linger (bug#2...
a75b9a6 Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emac...
c93ae7a Allow to customize names of executables used by grep.el
f6497c6 Set locale encoding to UTF-8 when run from OS X GUI.
7ad1d07 Avoid signaling errors in 'M-n' at the 'C-x C-f' prompt
a3f1ac2 Avoid infinite loop in 'studlify-word'
f36df4b Don’t recommend obsolete EMACS env var
fb0b531 * lisp/emacs-lisp/package.el: Change from a few days ago need...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
b134c20 Sync with gnulib
bb30fa9 Fix last change on 2016-01-02
488a72f ; Spelling fixes
9b1aab9 Port run-prolog EMACS to SWI-Prolog 7.2.3
0e7bcec Avoid crashes due to unreasonably large or small text scaling
85f257c Improve documentation of 'with-eval-after-load'
668c7bc Improve handling of non-ASCII characters in Git log messages
b570769 Remove undefined behavior in OS X dumper.
97211f3 Fix clipping of xwidgets
e87fbc0 Improve Lisp-level documentation of tooltips
9f1786e Faces names should not end in "-face".
3283271 * src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.
a1f221b Comint and compile no longer set EMACS
5c28890 * lisp/subr.el (read-key): Don't let the prompt linger (bug#2...
a75b9a6 Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emac...
c93ae7a Allow to customize names of executables used by grep.el
f6497c6 Set locale encoding to UTF-8 when run from OS X GUI.
7ad1d07 Avoid signaling errors in 'M-n' at the 'C-x C-f' prompt
a3f1ac2 Avoid infinite loop in 'studlify-word'
f36df4b Don’t recommend obsolete EMACS env var
fb0b531 * lisp/emacs-lisp/package.el: Change from a few days ago need...
</pre>
</div>
</content>
</entry>
<entry>
<title>; Merge from origin/emacs-25</title>
<updated>2016-04-11T16:07:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-04-11T16:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7c9e6254bbac949aa5493ab1741d2523a7d595b7'/>
<id>7c9e6254bbac949aa5493ab1741d2523a7d595b7</id>
<content type='text'>
The following commit was skipped:

b7d8abd * lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following commit was skipped:

b7d8abd * lisp/emacs-lisp/seq.el: Load cl-lib, not cl-extra.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-25</title>
<updated>2016-04-11T16:07:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-04-11T16:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d1e2b10afa2df313e029b3faeeb0d694fd6e0fbc'/>
<id>d1e2b10afa2df313e029b3faeeb0d694fd6e0fbc</id>
<content type='text'>
96d9e78 Fix "Beginning of buffer" error in forward-page
20686f7 Add a `transient' project type
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
96d9e78 Fix "Beginning of buffer" error in forward-page
20686f7 Add a `transient' project type
</pre>
</div>
</content>
</entry>
<entry>
<title>; Merge from origin/emacs-25</title>
<updated>2016-04-11T16:07:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-04-11T16:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7b45cc583c4f16cc070a9925431ca944f510a685'/>
<id>7b45cc583c4f16cc070a9925431ca944f510a685</id>
<content type='text'>
The following commits were skipped:

0d7aad1 Revert "Backport HTTPS proxy fix"
2d1a605 Backport HTTPS proxy fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following commits were skipped:

0d7aad1 Revert "Backport HTTPS proxy fix"
2d1a605 Backport HTTPS proxy fix
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-25</title>
<updated>2016-04-11T16:07:15+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-04-11T16:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ff2c76476479c43607825df01c78d8f239caefb5'/>
<id>ff2c76476479c43607825df01c78d8f239caefb5</id>
<content type='text'>
80128a7 Fix stability confusion in sort-tests
1e4aa42 Avoid describe-key error with lambdas
a05fb21 * lisp/emacs-lisp/package.el (package-install-selected-packag...
f501116 Sync with gnulib
c4963f9 Fix doc for Universal Time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
80128a7 Fix stability confusion in sort-tests
1e4aa42 Avoid describe-key error with lambdas
a05fb21 * lisp/emacs-lisp/package.el (package-install-selected-packag...
f501116 Sync with gnulib
c4963f9 Fix doc for Universal Time
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync with gnulib</title>
<updated>2016-04-11T16:03:22+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-04-11T16:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b134c206bc07dbbb9e74b3be2db269c4f1196e40'/>
<id>b134c206bc07dbbb9e74b3be2db269c4f1196e40</id>
<content type='text'>
This is for picky compilers whose stdint.h fails our C11 tests.
Problem reported for clang by Philipp Stephani (Bug#23261).
This incorporates:
2016-04-11 stdint: port to strict C11 left shift
* doc/misc/texinfo.tex, lib/stdint.in.h: Copy from gnulib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is for picky compilers whose stdint.h fails our C11 tests.
Problem reported for clang by Philipp Stephani (Bug#23261).
This incorporates:
2016-04-11 stdint: port to strict C11 left shift
* doc/misc/texinfo.tex, lib/stdint.in.h: Copy from gnulib.
</pre>
</div>
</content>
</entry>
</feed>
