OpenBSD CVS

CVS log for src/usr.bin/libtool/LT/UList.pm


[BACK] Up to [local] / src / usr.bin / libtool / LT

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 10 09:29:48 2023 UTC (11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.6: +50 -68 lines
Diff to previous 1.6 (colored)

finish v5.36, UList was a bit more work

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 8 08:45:54 2023 UTC (11 months ago) by espie
Branch: MAIN
Changes since 1.5: +33 -14 lines
Diff to previous 1.5 (colored)

cosmetic clean-up of UList.pm, no signatures yet
remove prototype that's actually unused, since method call

Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 26 19:16:01 2022 UTC (17 months, 2 weeks ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 23 09:47:11 2017 UTC (6 years, 10 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.3: +83 -57 lines
Diff to previous 1.3 (colored)

Fix SPLICE in LT::UList, allowing more ports to build.

Initial prodding and bulk builds by aja@.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 25 13:46:18 2016 UTC (7 years, 5 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.2: +27 -3 lines
Diff to previous 1.2 (colored)

Teach libtool how to deal with both -lestdc++ and -lstdc++ in command line.

This helps to avoid linking both libraries, making -lestdc++ the only one
there. The concrete example would be print/poppler port after Qt5 update,
which is coming right now.

This hack would go away together with libestdc++...

Kind support on all the way by aja@, thanks!

Revision 1.2 / (download) - annotate - [select for diffs], Sun Apr 20 17:34:26 2014 UTC (10 years, 1 month ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.1: +9 -1 lines
Diff to previous 1.1 (colored)

Style improvement based on espie@'s feedback: provide and use
LT::UList->new() instead of calling tie() manually. As a bonus, few
extra lines in actual code go away.

okay espie@ who still thinks that I test things _before_ commit

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 16 10:31:27 2014 UTC (10 years, 1 month ago) by zhuk
Branch: MAIN

Make directory ordering in our libtool stable. Fixes quiet a few issues
ajacoutot@, me and probably others were seeing. No fallout in bulk build.

Input from espie@ and ajacoutot@.
Prodding by ajacoutot@
Bulk test by jasper@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.