~ubuntu-branches/debian/jessie/autogen/jessie

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2014-02-09 15:15:42 UTC
  • mto: (12.1.16 experimental)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20140209151542-xj2tj1ou7wokkl65
Tags: upstream-5.18.3~pre16
ImportĀ upstreamĀ versionĀ 5.18.3~pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2014-01-10  Bruce Korb  <bkorb@gnu.org>
 
2
 
 
3
        update news
 
4
 
 
5
        bump the libopts revision
 
6
 
 
7
        Add guards against inquery calls to option procedures
 
8
        The "help" printing code can call option handling code when the
 
9
        option arg has not been set.  Make sure the option arg handling
 
10
        code does not try to do stuff when there is no option argument.
 
11
 
 
12
        update copyrights
 
13
        update copyright dates.
 
14
 
 
15
2013-12-31  Bruce Korb  <bkorb@gnu.org>
 
16
 
 
17
        check for ptrdiff_t
 
18
        Guile defines this if HAVE_PTRDIFF_T is not defined, ergo add it
 
19
        to our config testing so as to not double define it in compilations.
 
20
 
 
21
        de-camelization and code cleaning
 
22
 
 
23
2013-12-21  Bruce Korb  <bkorb@gnu.org>
 
24
 
 
25
        adjust libopts.m4
 
26
 
 
27
2013-12-01  Bruce Korb  <bkorb@gnu.org>
 
28
 
 
29
        checkpoint status
 
30
 
 
31
2013-11-23  Bruce Korb  <bkorb@gnu.org>
 
32
 
 
33
        Do not abort from main()
 
34
        If you are going to create a core dump, keep the stack active
 
35
        and correct.
 
36
 
 
37
        * agen5/autogen.c: remove abend_env and abend_sig globals
 
38
          (main): remove sigsetjmp call
 
39
          (cleanup_and_abort): mark with _Noreturn
 
40
          (ag_abend_at): likewise
 
41
 
 
42
2013-11-16  Bruce Korb  <bkorb@gnu.org>
 
43
 
 
44
        fix Guile headers
 
45
        Guile headers include a #define for noreturn:
 
46
 
 
47
          #define SCM_NORETURN __attribute__ ((noreturn))
 
48
 
 
49
        which is a problem when other headers have a #define
 
50
        for "noreturn".
 
51
 
 
52
        * autoopts/fix-guile.sh: new script that fixes the Guile define
 
53
          to replace "(noreturn)" with "(__noreturn)".
 
54
        * autoopts/bootstrap.dir: distribute the stinky thing
 
55
        * autoopts/Makefile.am: run the stinky thing when needed
 
56
        * config/misc.def: run the gl_STDNORETURN_H macro in configure
 
57
        * agen5/scribble.c : Warning patrol
 
58
 
1
59
2013-10-22  Bruce Korb  <bkorb@gnu.org>
2
60
 
3
61
        copyright notice address
600
658
        * config/missing: deleted
601
659
 
602
660
        checksum update + Windows build tweaking
603
 
 
604
 
2013-01-04  Bruce Korb  <bkorb@gnu.org>
605
 
 
606
 
        fix issues
607
 
        error out on duplicate entry indexes.
608
 
        enhance tracing for FOR macro.
609
 
        polish documentation templates
610
 
 
611
 
        Happy 2013
612
 
 
613
 
        update cright-update for 2013
614
 
 
615
 
2013-01-01  Bruce Korb  <bkorb@gnu.org>
616
 
 
617
 
        update copyright year
618
 
 
619
 
2012-12-31  Bruce Korb  <bkorb@gnu.org>
620
 
 
621
 
        Update Harlan-s mdoc2texi script. handle the new doc-sub (substitution) stanzas.
622
 
 
623
 
2012-12-30  Bruce Korb  <bkorb@gnu.org>
624
 
 
625
 
        deprecate some unused options
626
 
 
627
 
        polish docs
628
 
 
629
 
        integrate section 5 man page documentation
630
 
 
631
 
2012-12-29  Bruce Korb  <bkorb@gnu.org>
632
 
 
633
 
        man page section 5 stuff + warning nitpicks
634
 
 
635
 
2012-12-28  Bruce Korb  <bkorb@gnu.org>
636
 
 
637
 
        picky warning wrapup
638
 
 
639
 
        picky warning cleanup
640
 
 
641
 
        define CLexe in the enumeration templates, too.
642
 
 
643
 
2012-12-27  Bruce Korb  <bkorb@gnu.org>
644
 
 
645
 
        release polish
646
 
 
647
 
        fix misspelling of name
648
 
 
649
 
        undo combining append-description into mk-description
650
 
 
651
 
2012-12-21  Bruce Korb  <bkorb@gnu.org>
652
 
 
653
 
        Apply texi2whatever conversions for various doc sections
654
 
 
655
 
        fix up nit-picky casts in prep for picky warnings
656
 
 
657
 
2012-12-16  Bruce Korb  <bkorb@gnu.org>
658
 
 
659
 
        polishing
660
 
 
661
 
        shell option required arguments
662
 
        Support has now been added to emitted shell script code that
663
 
        will verify that required options have been specified.
664
 
 
665
 
        fix up NULL result handling
666
 
 
667
 
        resort the autogen strings
668
 
 
669
 
2012-12-02  Bruce Korb  <bkorb@gnu.org>
670
 
 
671
 
        Verify the libguile version with the compiled one.
672
 
        If the library we link to is not the same major/minor version
673
 
        we expected at config time, we are hosed.  Die with a meaningful msg.
674
 
 
675
 
2012-12-01  Bruce Korb  <bkorb@gnu.org>
676
 
 
677
 
        Cope with Guile fiddling LD_LIBRARY_PATH.
678
 
        Also, allow --with-guile-ver to set the Guile version without
679
 
        bothering to test for the value.
680
 
 
681
 
2012-11-18  Bruce Korb  <bkorb@gnu.org>
682
 
 
683
 
        guard against not being able to find a license file.