[Heimdal-source-changes] [heimdal/heimdal] 6b3ce5: libedit: make makelist compatible with solaris 10

GitHub noreply at github.com
Tis Dec 18 20:12:48 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 6b3ce5d2297d6b16444abcba5e890e671450a159
      https://github.com/heimdal/heimdal/commit/6b3ce5d2297d6b16444abcba5e890e671450a159
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M lib/libedit/src/makelist

  Log Message:
  -----------
  libedit: make makelist compatible with solaris 10

solaris 10 tr doesn't support [:upper:] and [:lower:]; work around
since we only need ascii letters anyway


  Commit: 78c915f65a648ea731fc0cee147c422c8cf4c369
      https://github.com/heimdal/heimdal/commit/78c915f65a648ea731fc0cee147c422c8cf4c369
  Author: Daria Phoebe Brashear <dariaphoebe at auristor.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M configure.ac
    M lib/com_err/Makefile.am
    M lib/com_err/lex.l
    M lib/sl/Makefile.am
    M lib/sl/slc-lex.l

  Log Message:
  -----------
  lex: %option not supported by solaris lex

it turns out that we don't need to tell lex we don't plan to use unput;
we can just.... not use unput. however, if we're flex, use the command
line option if it's available, to avoid warnings


Compare: https://github.com/heimdal/heimdal/compare/c75bb31a9cb8...78c915f65a64
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Heimdal-source-changes mailing list