Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixups for large file support (64bit sizes) on 32bit systems #94

Closed
mc-butler opened this issue Dec 28, 2008 · 8 comments
Closed
Labels
area: vfs Virtual File System support prio: medium Has the potential to affect progress res: invalid The ticket is not a bug, or is a support request

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/94
Reporter slavazanko (@slavaz)

Source: Gentoo Portage
Reference: 4.6.1
Submit-By: Enrico Weigelt, metux IT service <weigelt metux de>
Submit-Date: 2008-12-26
Submit-State: new

See attachment.

Note

Original attachments:

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Dec 28, 2008 at 11:49 UTC

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jan 3, 2009 at 10:58 UTC (comment 1)

Patch may be apply only partially (for example, in 'master' branch directory 'intl' is absent).
Also patch contains a code:

#if GLIB_MAJOR_VERSION >= 2
#  define my_g_malloc g_try_malloc
#else
#  define my_g_malloc g_malloc
#endif

This is a great idea, but it has no place in the src/view.c

IMHO, you need to create a separate ticket and attach patch with the full implementation of this idea.

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jan 3, 2009 at 15:20 UTC (comment 2)

related with #125

@mc-butler
Copy link
Author

Changed by Enrico Weigelt on Jan 3, 2009 at 15:57 UTC

<snip>

./intl/* is completely generated by autopoint, so any local changes
are useless here ... just kick off that part.

Doesnt belong to this issue -> kickoff ;-p

cu

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jan 3, 2009 at 17:28 UTC (comment 4)

Some ideas from patch we need to keep. This mean, patch need to rework.

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Jan 9, 2009 at 0:47 UTC (comment 5)

  • Keywords set to rework
  • Blocked by set to #125

@mc-butler
Copy link
Author

Changed by styx (@styx) on May 25, 2009 at 7:18 UTC (comment 6)

  • Milestone set to future releases

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Apr 22, 2010 at 7:46 UTC (comment 7)

  • Status changed from new to closed
  • Blocked by #125 deleted
  • Component changed from mc-core to mc-vfs
  • Severity set to no branch
  • Milestone Future Releases deleted
  • Resolution set to invalid
  • Keywords rework deleted

MMAP support in VFS was removed in [bb14c4e]\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: vfs Virtual File System support prio: medium Has the potential to affect progress res: invalid The ticket is not a bug, or is a support request
Development

No branches or pull requests

1 participant