| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -1/+1 |
* | Prefer `message1' over `message'. | Stefan Monnier | 2013-02-17 | 1 | -1/+1 |
* | Avoid unnecessary byte position calculation for the gap movement. | Dmitry Antipov | 2013-01-11 | 1 | -9/+8 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -1/+1 |
* | Remove LIBRARIES arg from w32_delayed_load and friends. | Chong Yidong | 2012-09-23 | 1 | -4/+4 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -0/+1 |
* | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -14/+118 |
|\ |
|
| * | src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable. | Juanma Barranquero | 2012-04-07 | 1 | -2/+0 |
| * | Fix typo that broke non-Windows builds. | Paul Eggert | 2012-04-07 | 1 | -1/+1 |
| * | Support building on MS-Windows with libxml2. | Eli Zaretskii | 2012-04-07 | 1 | -14/+120 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -2/+2 |
|/ |
|
* | * xml.c (parse_region): Make the parsing work for non-comment-starting XML fi... | Lars Magne Ingebrigtsen | 2011-09-10 | 1 | -3/+9 |
* | Fix up xmlCleanupParser sequence. | Lars Magne Ingebrigtsen | 2011-09-03 | 1 | -1/+0 |
* | * src/xml.c: Fix Lisp_Object/int mixup. | Stefan Monnier | 2011-07-24 | 1 | -2/+2 |
* | * xml.c (parse_region): Remove unused local | Paul Eggert | 2011-07-23 | 1 | -1/+0 |
* | * xml.c (parse_region): Make sure we always return a tree. | Lars Magne Ingebrigtsen | 2011-07-20 | 1 | -1/+2 |
* | * xml.c (parse_region): If a document contains only comments, return that, too. | HAMANO Kiyoto | 2011-07-20 | 1 | -3/+15 |
* | * xml.c (make_dom): Return comments, too. | Lars Magne Ingebrigtsen | 2011-07-20 | 1 | -0/+8 |
* | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes. | T.V. Raman | 2011-04-08 | 1 | -1/+1 |
* | * xml.c (make_dom): Now static. | Paul Eggert | 2011-03-18 | 1 | -1/+2 |
* | * xml.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -6/+7 |
* | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -1/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | Add 2011 to remaining FSF/AIST copyright years. | Glenn Morris | 2011-01-15 | 1 | -1/+1 |
* | Return CDATA sections (like <style>foo</style>) as text nodes. | Lars Magne Ingebrigtsen | 2010-12-06 | 1 | -2/+3 |
* | Clean up trailing whitespace. | Lars Magne Ingebrigtsen | 2010-10-02 | 1 | -2/+2 |
* | xml.c: Rework the functions to take regions instead of strings, | Lars Magne Ingebrigtsen | 2010-10-02 | 1 | -24/+36 |
* | * src/xml.c (parse_string): Use const. | Dan Nicolaescu | 2010-09-30 | 1 | -1/+1 |
* | Rename libxml2 functions, and make parse tree format consistent with xml.el. | Chong Yidong | 2010-09-21 | 1 | -62/+67 |
* | * xml.c (parse_string): Renamed to parse_string(), since that's | Lars Magne Ingebrigtsen | 2010-09-14 | 1 | -4/+4 |
* | * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last | Andreas Schwab | 2010-09-14 | 1 | -10/+8 |
* | * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the parameters | Lars Magne Ingebrigtsen | 2010-09-14 | 1 | -2/+4 |
* | * xml.c (Fhtml_parse_string, Fxml_parse_string): Mention BASE-URL. | Lars Magne Ingebrigtsen | 2010-09-12 | 1 | -2/+6 |
* | Remove some trailing white space. | Lars Magne Ingebrigtsen | 2010-09-10 | 1 | -7/+7 |
* | Add support for the libxml2 library. | Lars Magne Ingebrigtsen | 2010-09-10 | 1 | -0/+137 |