summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2006-04-05 11:05:51 +0000
committerJoe Orton <jorton@apache.org>2006-04-05 11:05:51 +0000
commitade3a6c7fdc7223c5477c96e270ca9c9d0520b82 (patch)
treedb61af2ca402d9ee82cb8268ae7295453f2a7a1a /STATUS
parentd7abd11faba3d77cfa92f759225401bf48eee044 (diff)
downloadapr-ade3a6c7fdc7223c5477c96e270ca9c9d0520b82.tar.gz
The config.status issue was fixed recently; move a proposed API change
from bugzilla to STATUS. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@391582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS32
1 files changed, 14 insertions, 18 deletions
diff --git a/STATUS b/STATUS
index 8da3b24d2..a705a0ddc 100644
--- a/STATUS
+++ b/STATUS
@@ -203,24 +203,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
Status: Greg +1 (volunteers)
- * configure.in does post-processing on the AC_OUTPUT files (for
- VPATH support). This means that config.status doesn't do the
- right thing when you re-run it. We ought to revamp the makefiles
- to do the right AC_SUBST stuff rather than depend upon rewriting.
-
- Sascha: As the rewriter is a crude hack, I would not worry too
- much about it. It is designed to go away once we have
- a proper build system in place.
-
- One of the perceived deficiencies of automake is that it
- uses AC_SUBST too often, thereby slowing down the task of
- generating Makefiles significantly, because it applies
- dozens of substitutions to each Makefile. And why? Make's
- built-in macro processing is much more powerful, and
- combined with the include facility, generating Makefiles
- becomes simpler and faster.
- Justin says: "I think this got fixed with Roy's build changes."
-
* use os_(un)cork in network_io/unix/sendrecv.c for FreeBSD's
sendfile implementation.
@@ -421,6 +403,20 @@ API Changes Postponed for APR 2.0:
apr_time_interval_t from apr_interval_time_t
apr_time_interval_short_t from apr_short_interval_time_t
+ * wrowe writes:
+ Looking at bug 32520, it occurs to me that exploding times using the
+ apr_time_exp_* functions; it would make more sense to split ->tm_usec into
+
+ ->tm_msec thousandths (milleseconds)
+ ->tm_usec millionths (microseconds)
+
+ for most display purposes. It's trivial to roll them together with the
+ format string %03d%03d if that's what's desired, or display simply
+ %02d.%03d if millisecond resolution is desired. It would also shrink
+ the fields to int's so unpacking would be slightly slower, using them
+ would be slightly faster, for what's likely to be little impact on
+ performance.
+
Stuff for post 1.0:
* Almost every API in APR depends on pools, but pool semantics