Ticket #1950 (closed enhancement: fixed)

Opened 14 years ago

Last modified 11 years ago

Correction variables

Reported by: pavlinux Owned by: andrew_b
Priority: major Milestone: 4.8.7
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset: committed-master committed-stable

Description (last modified by styx) (diff)

Correction of variable names and corresponding types for standard features.

For example: ssize_t write(int fd, const void *buf, size_t count);
use for count size_t, but our extfs_write (void *data, const char *buf, int nbyte) use int

etc.

Attachments

types.diff (39.1 KB) - added by pavlinux 14 years ago.
editor.diff (5.6 KB) - added by pavlinux 14 years ago.
FOR LATEST MASTER
glob.c.diff (512 bytes) - added by pavlinux 14 years ago.
FOR LATEST MASTER
strutil.diff (787 bytes) - added by pavlinux 14 years ago.
FOR LATEST MASTER
color.c.diff (2.9 KB) - added by pavlinux 14 years ago.
FOR LATEST MASTER

Change History

Changed 14 years ago by pavlinux

comment:1 Changed 14 years ago by styx

  • Description modified (diff)

comment:2 follow-up: ↓ 3 Changed 14 years ago by styx

You'd better provide patches formed by 'git format-patch' command.

Changed 14 years ago by pavlinux

FOR LATEST MASTER

Changed 14 years ago by pavlinux

FOR LATEST MASTER

Changed 14 years ago by pavlinux

FOR LATEST MASTER

Changed 14 years ago by pavlinux

FOR LATEST MASTER

comment:3 in reply to: ↑ 2 Changed 14 years ago by pavlinux

Replying to styx:

You'd better provide patches formed by 'git format-patch' command.

No thanks. Source code has been rebased, need too many reworkings. :)

comment:4 Changed 14 years ago by angel_il

  • Milestone changed from 4.7.1 to 4.7

comment:5 Changed 12 years ago by andrew_b

  • Branch state set to no branch
  • Milestone changed from 4.7 to Future Releases

comment:6 Changed 11 years ago by andrew_b

  • Blocked By 2888 added

(In #2888) New branch: 2888_cleanup (parent: master).
Initial changeset:82b70147c3c4c1a8da307e351e93c8bdef06ef9a

comment:7 Changed 11 years ago by andrew_b

  • Blocked By 2888 removed

comment:8 Changed 11 years ago by andrew_b

  • Owner set to andrew_b
  • Status changed from new to accepted
  • Milestone changed from Future Releases to 4.8.7

comment:9 Changed 11 years ago by andrew_b

  • Status changed from accepted to testing
  • Votes for changeset set to committed-master
  • Resolution set to fixed
  • Branch state changed from no branch to merged

Fixed as part 2888_cleanup and merged to master.

comment:10 Changed 11 years ago by andrew_b

  • Keywords stable-candidate added

comment:11 Changed 11 years ago by andrew_b

  • Keywords stable-candidate removed
  • Status changed from testing to closed
  • Votes for changeset changed from committed-master to committed-master committed-stable

Fixed as part 2889_cleanup and merged to 4.8.1-stable.

Note: See TracTickets for help on using tickets.