OpenBSD CVS

CVS log for src/lib/libevent/event_base_new.3


[BACK] Up to [local] / src / lib / libevent

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 28 17:31:58 2023 UTC (13 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.5: +32 -30 lines
Diff to previous 1.5 (colored)

Some wording tweaks to finish the polishing.
While here, also correct the HISTORY section.
OK jmc@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 25 17:57:55 2023 UTC (13 months, 1 week ago) by schwarze
Branch: MAIN
Changes since 1.4: +88 -82 lines
Diff to previous 1.4 (colored)

Put ERRORS and DIAGNOSTICS information in the sections where they belong.
More details on RETURN VALUES and ERRORS.
Document all DIAGNOSTICS messages except the various malloc(3)-related
ones and except those that cannot actually occur but would merely report
violations of internal invariants.  Shorten some wordings in this section.

Using feedback from jmc@ and Ted Bullock.
OK jmc@ and nicm@ on an earlier version.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 10 13:32:29 2023 UTC (13 months, 3 weeks ago) by schwarze
Branch: MAIN
Changes since 1.3: +14 -17 lines
Diff to previous 1.3 (colored)

More deduplication: talk about environment variable in one place, not two.
Clarify that the variables only affect the event_base structure currently
being created.  They do not disable "library support" as a whole.
Sort the variables alphabetically.

OK jmc@ and Ted Bullock

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 9 14:30:24 2023 UTC (13 months, 3 weeks ago) by schwarze
Branch: MAIN
Changes since 1.2: +12 -15 lines
Diff to previous 1.2 (colored)

Explain what it means that an API function "requires event_init(3)"
in one place, not in two places, reducing duplication of text.

Joint work with Ted Bullock.  OK jmc@.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 6 20:52:18 2023 UTC (13 months, 3 weeks ago) by schwarze
Branch: MAIN
Changes since 1.1: +33 -21 lines
Diff to previous 1.1 (colored)

Fix two documentation bugs:
1. The function event_base_free(3) does reset the global variable
to the initial state when needed.
2. The CAVEATS section got the issue backwards: multiple threads
per base cause trouble, whereas multiples bases per thread do not.

While here, also avoid the plural when talking about the global
variable used by event_init(3): there is only one.

Using input from jmc@ and from Ted Bullock.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 5 18:34:37 2023 UTC (13 months, 4 weeks ago) by schwarze
Branch: MAIN

Import the first of the new libevent manual pages
written by Ted Bullock <tbullock at comlore dot com>
in order to polish it in the tree.
Not yet linked to the build.

In particular, this documents the so far undocumented functions
event_base_new(3) and event_reinit(3) and provides lots of new
information regarding event_init(3) and event_base_free(3).

Also using input from nicm@, jmc@, and myself, OK nicm@ jmc@.

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.