by shigemk2

当面は技術的なことしか書かない

Emacs 2021-07-23

  • [2021-07-23 22:56:44 +0900]: Fix do-auto-fill thinko introduced earlier today
  • [2021-07-23 22:51:11 +0900]: Add auto-mode-alist functionality to .dir-locals.el
  • [2021-07-23 22:26:40 +0900]: Add more support for the French Revolutionary Calendar
  • [2021-07-23 22:18:05 +0900]: Remove text props from callback args in erc-button
  • [2021-07-23 22:12:03 +0900]: declare-function doc string clarification about FILE
  • [2021-07-23 21:57:44 +0900]: Make nil value of fill-column obsolete
  • [2021-07-23 21:46:12 +0900]: Adjust time-tests.el to bug#30056
  • [2021-07-23 21:44:15 +0900]: Move mode-line NEWS items to a common section
  • [2021-07-23 21:40:53 +0900]: 'global-mode-string' elements should have a space at the end
  • [2021-07-23 21:13:38 +0900]: Fix an rcirc merge problem
  • [2021-07-23 20:56:16 +0900]: MS-Windows followup to recent emacsclient changes
  • [2021-07-23 20:33:21 +0900]: Redo emacsclient socket symlink-attack checking
  • [2021-07-23 20:15:32 +0900]: Make erc recognize `foo*' as a function Lisp symbol
  • [2021-07-23 18:49:13 +0900]: Make supersession warnings work again
  • [2021-07-23 03:23:48 +0900]: Fix display of line/wrap-prefix when there's a display property at BOL

fish-shell 2021-07-22

  • [2021-07-22 20:36:59 +0900]: Remove -F supplied to complete
  • [2021-07-22 11:46:07 +0900]: Resolve all conversations
  • [2021-07-22 07:35:22 +0900]: Put back support for undocumented -I option to commandline
  • [2021-07-22 05:34:52 +0900]: Ye olde logge of changes
  • [2021-07-22 05:33:39 +0900]: Let "return" exit a script (#8148)
  • [2021-07-22 00:57:59 +0900]: Add completion for azure cli (az) (#8141)

Emacs 2021-07-22

  • [2021-07-22 23:24:58 +0900]: Make revert-buffer preserve buffer-readedness
  • [2021-07-22 23:17:59 +0900]: `term-char-mode' doc string clarification
  • [2021-07-22 21:41:52 +0900]: Bind the GIT_LITERAL_PATHSPECS environment variable
  • [2021-07-22 21:22:26 +0900]: Avoid failing in desktop-clear due to killed buffers
  • [2021-07-22 21:14:33 +0900]: Remove the (value) bits from cus-start Customize strings
  • [2021-07-22 18:14:50 +0900]: Avoid byte-compilation warning
  • [2021-07-22 16:31:14 +0900]: ; * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Doc fix.
  • [2021-07-22 07:21:34 +0900]: Move generalized variable specs from cl-lib.el to gv.el
  • [2021-07-22 06:56:44 +0900]: Make vc-git-mode-line-string more robust
  • [2021-07-22 06:53:17 +0900]: * lisp/cus-start.el: Add mode-line-compact to Customize
  • [2021-07-22 00:56:20 +0900]: Make input of multi-key inputs in different emacsclients more logical
  • [2021-07-22 00:12:25 +0900]: * src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixup
  • [2021-07-22 00:11:50 +0900]: * lisp/emacs-lisp/macroexp.el (macroexp-warn-and-return): Add arg category

PHP 2021-07-22

  • [2021-07-22 23:21:46 +0900]: Fix oci8.old_oci_close_semantics deprecation is always displayed
  • [2021-07-22 22:14:26 +0900]: Fixed typo
  • [2021-07-22 22:05:43 +0900]: JIT: avoid $this check in closures called from methods
  • [2021-07-22 18:09:10 +0900]: Add support for generating readonly properties via stubs (#7297)
  • [2021-07-22 17:39:33 +0900]: Remove unnecessary PDORow get_method / get_class_name handlers
  • [2021-07-22 17:32:24 +0900]: Add explicit IntlPartsIterator::getRuleStatus() method
  • [2021-07-22 16:47:45 +0900]: Fix typo
  • [2021-07-22 16:43:12 +0900]: Don't return reference from Fiber::getReturn()
  • [2021-07-22 16:38:05 +0900]: Add RETURN/RETVAL_COPY_DEREF() macros
  • [2021-07-22 16:40:16 +0900]: Migrate to PHP-Parser 4.12.0 and regenerate some arginfos
  • [2021-07-22 06:59:05 +0900]: Backport libgd commit
  • [2021-07-22 03:19:20 +0900]: Extend resource reservation to Fibers (#7292)
  • [2021-07-22 01:29:59 +0900]: Added test
  • [2021-07-22 01:28:43 +0900]: Fixed bug #81226 (Integer overflow behavior is different with JIT enabled)
  • [2021-07-22 01:06:13 +0900]: retry ldap setup a few times in CI
  • [2021-07-22 00:06:54 +0900]: FETCH_STATIC_PROP_IS may return undef
  • [2021-07-22 00:18:15 +0900]: more fiber notifications (#7293)

PHP 2021-07-21

  • [2021-07-21 20:55:13 +0900]: Fix #74960: Heap buffer overflow via str_repeat
  • [2021-07-21 20:51:36 +0900]: Fixed test
  • [2021-07-21 20:32:44 +0900]: Fixed Bug #80959 (infinite loop in building cfg during JIT compilation)
  • [2021-07-21 19:19:06 +0900]: Forbid multiple readonly modifiers
  • [2021-07-21 00:02:49 +0900]: Set PROFITABILITY_CHECKS=0 on variation job
  • [2021-07-21 18:13:37 +0900]: dom_import_simplexml() cannot return null
  • [2021-07-21 17:38:52 +0900]: Sync JIT overloaded assign/inc/dec overloaded property
  • [2021-07-21 17:30:37 +0900]: Sync JIT zend_check_string_offset()
  • [2021-07-21 00:02:49 +0900]: Add variation job with RC_DEBUG=1
  • [2021-07-21 16:55:52 +0900]: Fix return type of DOMNodeList::item()
  • [2021-07-21 16:13:52 +0900]: Don't enable rc_debug mode if module startup fails
  • [2021-07-21 08:07:17 +0900]: Remove leading underscore for _zend_hash_find_known_hash (#7260)
  • [2021-07-21 05:22:53 +0900]: drop unused header in fibers
  • [2021-07-21 04:21:10 +0900]: Fixed test
  • [2021-07-21 04:14:32 +0900]: Fixed Bug #81255 (Memory leak in PHPUnit with functional JIT)
  • [2021-07-21 01:58:08 +0900]: Change release process to create branch at RC1
  • [2021-07-21 01:13:28 +0900]: The master branch is now for 8.1.0beta2

brew 2021-07-21

  • [2021-07-21 16:46:04 +0900]: formula_installer: add tap_audit_exception stub
  • [2021-07-21 13:05:54 +0900]: Use #partition to simplify extracting compatible_universal_binaries
  • [2021-07-20 10:26:52 +0900]: Formula: Allow configuration of std_cargo_args
  • [2021-07-21 06:53:03 +0900]: Update maintainers, manpage and completions.
  • [2021-07-21 06:42:55 +0900]: BottleAPI: include formula name in error message
  • [2021-07-21 00:50:53 +0900]: Remove extra HOMEBREW_NO_DEV_CMD_MESSAGE line
  • [2021-07-21 00:47:31 +0900]: Remove need for HOMEBREW_NO_DEV_CMD_MESSAGE

Emacs 2021-07-21

  • [2021-07-21 23:53:54 +0900]: Make C-g' afterM-x' not give a backtrace unless required
  • [2021-07-21 23:01:03 +0900]: Speed up by storing frame faces in hash tables instead of alists
  • [2021-07-21 22:09:43 +0900]: * doc/lispref/display.texi (Overlay Properties): Tweak further
  • [2021-07-21 21:22:54 +0900]: Remove some "is"es from previous json checkin
  • [2021-07-21 21:01:57 +0900]: Factor out char_table_ref_simple for readability
  • [2021-07-21 20:28:17 +0900]: Fix final test for invalid base64url chars
  • [2021-07-21 15:45:23 +0900]: Fixed a typo in Gnus manual
  • [2021-07-21 20:15:05 +0900]: Fix bug-reference.el compilation warning
  • [2021-07-21 20:12:05 +0900]: Restore evaluation logic in dired-guess-default
  • [2021-07-21 20:04:06 +0900]: Fix dired-guess-default logic after previous change
  • [2021-07-21 19:49:11 +0900]: Add json-available-p
  • [2021-07-21 19:33:42 +0900]: Mention rear-advance in relation to the keymap overlay property
  • [2021-07-21 17:54:43 +0900]: Fix mistake in quote optimiser
  • [2021-07-21 04:53:06 +0900]: * lisp/button.el (button-map): Bind [follow-link] to 'mouse-face' (bug#49626)
  • [2021-07-21 02:32:11 +0900]: ; * lisp/emacs-lisp/byte-opt.el (byte-optimize-eq): Fix last change.
  • [2021-07-21 01:44:51 +0900]: * lisp/shadowfile.el (shadow-homedir): Add slash.
  • [2021-07-21 01:00:53 +0900]: ; * etc/NEWS: Announce the change in json.c behavior on MS-Windows.
  • [2021-07-21 00:37:40 +0900]: Fix documentation of a recent changeset
  • [2021-07-21 00:28:29 +0900]: Fix Bug#49636
  • [2021-07-21 00:23:11 +0900]: Count (not X) as a switch condition

Emacs 2021-07-20

  • [2021-07-20 23:38:55 +0900]: Improve auto-revert-mode and revert-buffer doc strings
  • [2021-07-20 23:31:24 +0900]: Make `kill-all-local-variables' also remove lambda from hooks
  • [2021-07-20 23:16:09 +0900]: Make dired-guess-default return all matching programs
  • [2021-07-20 22:53:34 +0900]: Allow installing packages with DOS line endings
  • [2021-07-20 21:47:07 +0900]: Signal an error in json.c function if not available
  • [2021-07-20 21:36:45 +0900]: Quit minibuffers without aborting kmacros
  • [2021-07-20 21:22:53 +0900]: Fix problem with certain fonts in ftfont_shape_by_flt
  • [2021-07-20 21:06:40 +0900]: Tweak example in Function Indirection node in the lispref manual
  • [2021-07-20 20:48:10 +0900]: Put command line file names and mouse dragging onto 'file-name-history'
  • [2021-07-20 20:32:39 +0900]: Mention overlays-in' in theoverlays-at' doc string
  • [2021-07-20 02:03:28 +0900]: Make wdired work better in narrowed-to buffers
  • [2021-07-20 01:54:18 +0900]: Add function for filtering ANSI sequences when compiling
  • [2021-07-20 01:46:43 +0900]: Fix typos in a recent change
  • [2021-07-20 01:35:09 +0900]: Make the `s' command in Help work for Lisp variables defined in C
  • [2021-07-20 01:24:01 +0900]: ; Fix a typo in a recent change
  • [2021-07-20 01:23:07 +0900]: Add inhibit-buffer-hooks to `make-indirect-buffer'
  • [2021-07-20 01:12:17 +0900]: Make make-indirect-buffer inherit inhibit-buffer-hook from base buffer
  • [2021-07-20 01:21:49 +0900]: Document recent changes in 'comint-delete-output' (bug#1496)
  • [2021-07-20 01:04:25 +0900]: Use 'remember-buffer' in remember.el doc strings.
  • [2021-07-20 00:47:30 +0900]: Use 'remember-buffer' in remember.el doc strings.
  • [2021-07-20 00:42:18 +0900]: Propagate asynchronousness correctly when using proxies in url.el
  • [2021-07-20 00:31:17 +0900]: Fix infloop in woman-file-name
  • [2021-07-20 00:13:11 +0900]: Allow comint-delete-output to save the output on the kill ring

PHP 2021-07-20

  • [2021-07-20 23:32:24 +0900]: Skip new preload test on Windows
  • [2021-07-20 23:27:51 +0900]: Remove gcov mention from release process docs
  • [2021-07-20 22:23:21 +0900]: Fix RC_DEBUG check for IS_NULL type
  • [2021-07-20 22:51:27 +0900]: Create interned strings for internal union types
  • [2021-07-20 22:36:38 +0900]: Duplicate possibly persistent string in phar metadata clone
  • [2021-07-20 22:12:30 +0900]: Create persistent interned string for password algos
  • [2021-07-20 22:00:50 +0900]: Fix snmp test for ipv6
  • [2021-07-20 21:44:14 +0900]: Fix type info for pg_socket()
  • [2021-07-20 21:23:48 +0900]: Fix bug #81272: Fix func info for functions returning EMPTY_ARRAY
  • [2021-07-20 21:27:43 +0900]: Fixed bug #81256 (Assertion `zv != ((void *)0)' failed for "preload" with JIT)
  • [2021-07-20 20:16:41 +0900]: Use single line phpdoc in stubs where possible
  • [2021-07-20 19:36:20 +0900]: Drop serial denier functions
  • [2021-07-20 19:43:54 +0900]: Fix typo in comment
  • [2021-07-20 12:35:44 +0900]: Not serializable flag permeation
  • [2021-07-20 17:23:58 +0900]: Indent stubs inside global namespace blocks (#7261)
  • [2021-07-20 16:45:50 +0900]: Fix file name clash in curl_copy_handle tests
  • [2021-07-20 16:26:36 +0900]: Declare tentative return types for ext/dom (#6985)
  • [2021-07-20 08:00:10 +0900]: Actually, abstract methods don't have a body
  • [2021-07-20 07:52:26 +0900]: Fix some smaller formatting inconsistencies in stubs
  • [2021-07-20 07:25:11 +0900]: Revert "Fix #79908: json_encode encodes negative zero as int"

brew 2021-07-20

  • [2021-07-20 19:53:53 +0900]: Use #present? instead of #any?
  • [2021-07-20 19:48:40 +0900]: Fix style
  • [2021-07-20 19:40:19 +0900]: Enforce universal binary check only for Homebrew/core
  • [2021-07-20 19:16:39 +0900]: Update maintainers, manpage and completions.
  • [2021-07-20 14:08:15 +0900]: Check tap_audit_exception only if tap is present
  • [2021-07-20 13:35:09 +0900]: Fix logic in check_binary_arches
  • [2021-07-20 13:10:49 +0900]: formula_cellar_checks: fix universal binary handling
  • [2021-07-20 11:06:04 +0900]: Update Library/Homebrew/utils/github/api.rb
  • [2021-07-20 10:39:51 +0900]: Show replacement command in odeprecated
  • [2021-07-20 10:32:37 +0900]: cmd/search: tweak help text
  • [2021-07-20 10:28:38 +0900]: Fix logic error in pr-automerge
  • [2021-07-20 10:07:09 +0900]: Remove on_macos block
  • [2021-07-20 09:05:32 +0900]: Update maintainers, manpage and completions.
  • [2021-07-20 08:22:34 +0900]: Fix style
  • [2021-07-20 08:18:16 +0900]: Put API.credentials bit into separate variable
  • [2021-07-20 04:13:25 +0900]: Sourceforge: Do not modify RSS URLs
  • [2021-07-20 03:03:11 +0900]: build(deps): bump codecov/codecov-action from 1.5.2 to 2.0.1
  • [2021-07-20 03:01:49 +0900]: build(deps): bump ruby2_keywords from 0.0.4 to 0.0.5 in /docs

PHP 2021-07-19

  • [2021-07-19 23:24:19 +0900]: Set UNION bit for internal class union return type
  • [2021-07-19 23:14:49 +0900]: Remove THREAD_LS
  • [2021-07-19 23:07:01 +0900]: Move date timezone cache destruction to post deactivate
  • [2021-07-19 22:28:06 +0900]: Add str_replace/array_unique to ct eval list
  • [2021-07-19 20:53:23 +0900]: Avoid ASAN integer overflow warnings
  • [2021-07-19 20:51:08 +0900]: Fixed incorrec immediate encoding when using LEA optimization
  • [2021-07-19 20:44:20 +0900]: Declare tentative return types for Zend (#7251)
  • [2021-07-19 19:08:03 +0900]: Fix assert with attribute + first-class callable in assert
  • [2021-07-19 18:56:46 +0900]: Deprecate oci8.old_oci_close_semantics (#7258)
  • [2021-07-19 18:11:09 +0900]: Fixed bug #81249 (Intermittent property assignment failure with JIT enabled)
  • [2021-07-19 17:53:22 +0900]: Don't track internal class dependencies
  • [2021-07-19 16:49:43 +0900]: Skip test on 32-bit system
  • [2021-07-19 16:39:52 +0900]: Fixed bug #81225 (Wrong result with pow operator with JIT enabled)