by shigemk2

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

Emacs 2021-07-30

  • [2021-07-30 22:32:41 +0900]: ; fix 2 typos in MH-E comments
  • [2021-07-30 21:58:25 +0900]: Make fileloop skip missing files
  • [2021-07-30 21:42:07 +0900]: Tweak previous mailcap-view-file change
  • [2021-07-30 21:39:13 +0900]: Fix problem when switching between different prolog versions
  • [2021-07-30 19:22:01 +0900]: Simplify lexical let-optimisations
  • [2021-07-30 21:07:04 +0900]: Ensure that recover-file doesn't leave stale auto-save files behind
  • [2021-07-30 21:03:43 +0900]: Allow shell PROMPT strings to have ANSI codes
  • [2021-07-30 21:00:41 +0900]: mailcap.el: Avoid xdg-open silent failure
  • [2021-07-30 20:51:46 +0900]: Fix case insensitivity in `read-file-name'
  • [2021-07-30 20:32:54 +0900]: Fix issue with mml-preview from outside Gnus
  • [2021-07-30 20:13:46 +0900]: Work around long-standing seq.el compilation warning
  • [2021-07-30 19:30:53 +0900]: Remove a redundant let-binding from Ispell
  • [2021-07-30 18:57:50 +0900]: * etc/NEWS: Tramp supports authentication via yubikey now. Fix typos.
  • [2021-07-30 18:57:39 +0900]: Fix bug#49773 in Tramp
  • [2021-07-30 00:20:41 +0900]: Move warnings about bad let-bindings from source optimiser to cconv
  • [2021-07-30 09:37:39 +0900]: mh-junk: replace color-based terms with descriptive words

PHP 2021-07-30

  • [2021-07-30 23:13:05 +0900]: Fix session + Serializable tests
  • [2021-07-30 22:49:06 +0900]: Skip shebang on preload script
  • [2021-07-30 21:58:28 +0900]: Fix typo [no-ci]
  • [2021-07-30 21:50:43 +0900]: Fix SplFileObject::fseek() method description (#7321)
  • [2021-07-30 21:45:25 +0900]: Don't reverse class order during preloading
  • [2021-07-30 17:27:51 +0900]: Don't print preload warning for non-top-level classes

docker-ce 2021-07-29

  • [2021-07-29 16:21:42 +0900]: docs: update deprecation status of LCOW
  • [2021-07-29 05:12:29 +0900]: Bump go 1.16.6 (addresses CVE-2021-34558) This addresses CVE-2021-34558: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34558
  • [2021-07-29 05:11:15 +0900]: static: use same Go version as other builds
  • [2021-07-29 05:09:09 +0900]: Revert "plugins: update golang to 1.16.3 to build buildx on darwin/arm64"
  • [2021-07-29 02:40:47 +0900]: e2e: update gotestsum to v1.7.0

fish-shell 2021-07-29

  • [2021-07-29 23:19:07 +0900]: Revert "Extend the fast path of fish_wcstod"
  • [2021-07-29 08:12:01 +0900]: Extend the fast path of fish_wcstod
  • [2021-07-29 06:16:55 +0900]: Clean up parser_t::push_block
  • [2021-07-29 05:44:44 +0900]: Stop storing is_breakpoint inside the parser
  • [2021-07-29 04:55:01 +0900]: Stop storing 'is_block' inside the parser
  • [2021-07-29 05:08:03 +0900]: Hardcode $PWD as read-only for set --show
  • [2021-07-29 04:11:43 +0900]: Show if a var is read-only with set --show
  • [2021-07-29 00:59:42 +0900]: extract argcomplete completion mechanism into its own function
  • [2021-07-29 00:53:44 +0900]: Add completions for gping (#8181)

Emacs 2021-07-29

  • [2021-07-29 20:33:08 +0900]: Follow-up toggle-subscription name change
  • [2021-07-29 10:57:05 +0900]: Fix printing of multiple items in one group without line numbers
  • [2021-07-29 03:52:51 +0900]: Rename Gnus -unsubscribe-group commands to -toggle-subscription
  • [2021-07-29 01:39:39 +0900]: Improve mode-line-position-column-format manual entry
  • [2021-07-29 01:22:53 +0900]: * lisp/progmodes/gud.el: Add prefix 'gud-' to repeat-map variables (bug#49632)
  • [2021-07-29 01:10:59 +0900]: Make byte-recompile-directory less brittle
  • [2021-07-29 00:57:19 +0900]: Improve mode-line-position-column-format doc string
  • [2021-07-29 00:38:41 +0900]: Improve file-name-concat NEWS entry

PHP 2021-07-29

  • [2021-07-29 23:09:23 +0900]: Drop HAS_UNLINKED_USES flag
  • [2021-07-29 21:24:51 +0900]: Fix parameter name in count() error message
  • [2021-07-29 21:11:44 +0900]: Drop mysqlnd statistics triggers
  • [2021-07-29 20:49:31 +0900]: Fix a typo in function execute_ex (#7315)
  • [2021-07-29 19:46:55 +0900]: Fix parameter name in call_user_func() error message
  • [2021-07-29 19:19:35 +0900]: Fix #81305: Built-in Webserver Drops Requests With "Upgrade" Header
  • [2021-07-29 07:34:58 +0900]: Remove get_parameter_metadata
  • [2021-07-29 05:10:41 +0900]: Remove mysqlnd_field_type_name

PHP 2021-07-28

  • [2021-07-28 23:13:08 +0900]: DynASM/x86: Add missing escape in pattern.
  • [2021-07-28 21:27:58 +0900]: Preload unlinked classes, remove preload autoload (#7311)
  • [2021-07-28 20:31:32 +0900]: [skip-ci] Fix comments and UPGRADING.INTERNALS for zend_type changes
  • [2021-07-28 19:38:41 +0900]: Add missing EXTENSIONS section
  • [2021-07-28 19:35:20 +0900]: Use consistent line numbers for early binding errors
  • [2021-07-28 19:28:19 +0900]: Clean up dependency resolution during preloading
  • [2021-07-28 18:18:26 +0900]: Extract early binding registration code
  • [2021-07-28 17:27:50 +0900]: Don't use opaque for encoding detection score
  • [2021-07-28 17:24:46 +0900]: Remove wrappers for *printf functions (#7313)
  • [2021-07-28 17:11:46 +0900]: Fixed bug #81298

Emacs 2021-07-28

  • [2021-07-28 16:06:37 +0900]: Display yubikey message properly in Tramp
  • [2021-07-28 05:55:32 +0900]: * lisp/tab-bar.el (tab-bar-format-global): Use string-trim-right (bug#30056).
  • [2021-07-28 03:29:40 +0900]: ; * lisp/completion.el (load-completions-from-file): Simplify
  • [2021-07-28 02:41:57 +0900]: Mark all autorevert tests as unstable on Cygwin (bug#49665)
  • [2021-07-28 00:26:26 +0900]: Fix mistake in switch-case generation of null (bug#49746)
  • [2021-07-28 00:23:32 +0900]: Revert "Make revert-buffer preserve buffer-readedness"

fish-shell 2021-07-28

  • [2021-07-28 05:52:11 +0900]: document --no-config
  • [2021-07-28 03:11:32 +0900]: An empty string means we're on the first line
  • [2021-07-28 01:49:55 +0900]: Update commandline state before completion
  • [2021-07-28 01:49:34 +0900]: docs: Fix a label
  • [2021-07-28 00:59:52 +0900]: Simplify some parse_util functions
  • [2021-07-28 01:39:37 +0900]: CHANGELOG
  • [2021-07-28 00:44:02 +0900]: Run parse_util_detect_errors on -c commands

brew 2021-07-27

  • [2021-07-27 22:16:18 +0900]: Error raised when no headers defined in curl download
  • [2021-07-27 22:12:17 +0900]: Remove HOMEBREW_BOTTLE_DOMAIN
  • [2021-07-27 21:54:37 +0900]: Update maintainers, manpage and completions.
  • [2021-07-27 15:55:22 +0900]: Implement code review comment
  • [2021-07-27 04:13:53 +0900]: formula_installer: install service after linking
  • [2021-07-27 03:09:14 +0900]: Update RBI files for bootsnap.
  • [2021-07-27 03:07:12 +0900]: brew vendor-gems: commit updates.
  • [2021-07-27 03:04:34 +0900]: build(deps): bump bootsnap from 1.7.5 to 1.7.6 in /Library/Homebrew
  • [2021-07-27 03:02:31 +0900]: build(deps): bump listen from 3.5.1 to 3.6.0 in /docs
  • [2021-07-27 03:01:42 +0900]: build(deps-dev): bump github-pages from 215 to 216 in /docs
  • [2021-07-27 01:07:23 +0900]: Fix code review comments + disable authorization on redirections

PHP 2021-07-27

  • [2021-07-27 23:54:45 +0900]: Reuse part of the class binding logic
  • [2021-07-27 21:24:36 +0900]: Handle missing class when evaluating CONST_ENUM_INIT
  • [2021-07-27 19:40:25 +0900]: Don't unlink preload file if test failed
  • [2021-07-27 19:50:28 +0900]: Prevent mysqli::next_result from reporting errors from previous calls (#7304)
  • [2021-07-27 19:27:06 +0900]: Increment refcounts in mutable data copies
  • [2021-07-27 19:07:22 +0900]: Fix preloading of trait property attributes
  • [2021-07-27 18:44:01 +0900]: Don't use IMMUTABLE flag to decide whether mutable_data is used
  • [2021-07-27 18:16:38 +0900]: Allocate map_ptr for mutable_data during preloading
  • [2021-07-27 18:05:45 +0900]: Fix enum cast AST allocation, again
  • [2021-07-27 18:01:44 +0900]: Fix preloading of enums
  • [2021-07-27 17:50:31 +0900]: Don't force constant resolution for include preloading
  • [2021-07-27 17:44:33 +0900]: Fix enum cast AST allocation
  • [2021-07-27 17:36:21 +0900]: Don't force property type resolution for include preloading
  • [2021-07-27 17:16:09 +0900]: Remove special ctor handling in abstract class verification
  • [2021-07-27 16:42:37 +0900]: Improve class inheritance error messages (#7307)